• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _BD_EGS_GPIO_
4 #define _BD_EGS_GPIO_
5 
6 #include <gpio.h>
7 
8 const struct pad_config *get_gpio_table(size_t *num);
9 
10 const struct pad_config *get_override_fsp_gpio_table(size_t *num);
11 
12 #endif /* _BD_EGS_GPIO_ */
13