blob: 0850fe1764fec49342de2fa52ca275e7bb19a99e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOC_GPIO_H
#define SOC_GPIO_H
/* <soc/gpio.h> must provide gpio_t. */
#include <amdblocks/gpio.h>
#define SOC_GPIO_TOTAL_PINS 133
#endif /* SOC_GPIO_H */
|