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