1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <baseboard/gpio.h>
4 #include <boot/coreboot_tables.h>
7 #include <vendorcode/google/chromeos/chromeos.h>
9 void fill_lb_gpios(struct lb_gpios
*gpios
)
13 static const struct cros_gpio cros_gpios
[] = {
14 CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL
, GPIO_DEVICE_NAME
),
15 CROS_GPIO_WP_AL(CROS_WP_GPIO
, GPIO_DEVICE_NAME
),
17 DECLARE_CROS_GPIOS(cros_gpios
);