summaryrefslogtreecommitdiff
path: root/src/mainboard/google/asurada/chromeos.c
blob: 8f9fa5334c6e470a3306df1e4df122ccbd36602e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <gpio.h>
#include <security/tpm/tis.h>

void fill_lb_gpios(struct lb_gpios *gpios)
{
}

int get_write_protect_state(void)
{
	return 0;
}

int tis_plat_irq_status(void)
{
	return 0;
}