diff options
Diffstat (limited to 'src/mainboard/amd/pademelon/gpio.h')
-rw-r--r-- | src/mainboard/amd/pademelon/gpio.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/amd/pademelon/gpio.h b/src/mainboard/amd/pademelon/gpio.h new file mode 100644 index 0000000000..d01bdfd112 --- /dev/null +++ b/src/mainboard/amd/pademelon/gpio.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef MAINBOARD_GPIO_H +#define MAINBOARD_GPIO_H + +#include <soc/gpio.h> + +const struct soc_amd_gpio *early_gpio_table(size_t *size); +const struct soc_amd_gpio *gpio_table(size_t *size); + +#endif /* MAINBOARD_GPIO_H */ |