1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #include <boot/coreboot_tables.h>
7 #include <vendorcode/google/chromeos/chromeos.h>
9 void fill_lb_gpios(struct lb_gpios
*gpios
)
11 struct lb_gpio chromeos_gpios
[] = {};
12 lb_add_gpios(gpios
, chromeos_gpios
, ARRAY_SIZE(chromeos_gpios
));
15 int get_write_protect_state(void)
17 /* Mayan doesn't have a write protect pin */
21 DECLARE_NO_CROS_GPIOS();