summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/variants/monroe/led.c
blob: c67632fab0b48b90e4fafa1daee261d89802bc16 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <types.h>
#include "../../onboard.h"

void set_power_led(int state)
{
	/* N/A for Monroe */
}