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