mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / amd / gardenia / gpio.h
blob72098c01b2d9b7a20c4dc64417618b7de7ca1c14
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef MAINBOARD_GPIO_H
4 #define MAINBOARD_GPIO_H
6 #include <gpio.h>
8 const struct soc_amd_gpio *early_gpio_table(size_t *size);
9 const struct soc_amd_gpio *gpio_table(size_t *size);
11 #endif /* MAINBOARD_GPIO_H */