summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/variants/monroe/led.c
blob: bc8a9c47f22629f5a525203a294f5ddfdf0f5bd0 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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

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