summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/variants/panther/led.c
blob: 0d9fdf8998c7fa8642d3b533b20bd7bc5711be0d (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 Panther */
}