1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3 #include <baseboard/gpio.h> 4 #include <boot/coreboot_tables.h> 5 #include <vendorcode/google/chromeos/chromeos.h> 6 fill_lb_gpios(struct lb_gpios * gpios)7void fill_lb_gpios(struct lb_gpios *gpios) {} 8 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), 12 }; 13 DECLARE_CROS_GPIOS(cros_gpios); 14