summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cherry/chromeos.c
blob: 3f0937f693b893c616d14dfabb78418d9f200056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootmode.h>
#include <boot/coreboot_tables.h>

void fill_lb_gpios(struct lb_gpios *gpios)
{

}

int get_recovery_mode_switch(void)
{
	/* TODO: use Chrome EC switches when EC support is added */
	return 0;
}