blob: c46bf7c2ad7df3737f5c3a18ae38b72f9fbcd20d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boot/coreboot_tables.h>
#include <bootmode.h>
#include "board.h"
void setup_chromeos_gpios(void)
{
}
void fill_lb_gpios(struct lb_gpios *gpios)
{
}
|