blob: 10a47cb101a9c25ba4477330a436a23fd4edbec7 (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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_banks.h>
#endif /* SOC_GPIO_H */
|