mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / protectli / vault_cml / gpio.h
blobd98dd82b6d06766638e4293b3fbbd68cf7368962
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __BASEBOARD_GPIO_H__
4 #define __BASEBOARD_GPIO_H__
6 #include <stdint.h>
7 #include <soc/gpio.h>
9 const struct pad_config *board_gpio_table(size_t *num);
11 #endif /* __BASEBOARD_GPIO_H__ */