blob: 02c4489cd1c90ca1004b447c0aff34c23bb3ea5e (
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 Zako */
}
|