summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/soc/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/pi/hudson/soc/gpio.h')
-rw-r--r--src/southbridge/amd/pi/hudson/soc/gpio.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/southbridge/amd/pi/hudson/soc/gpio.h b/src/southbridge/amd/pi/hudson/soc/gpio.h
new file mode 100644
index 0000000000..10a47cb101
--- /dev/null
+++ b/src/southbridge/amd/pi/hudson/soc/gpio.h
@@ -0,0 +1,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 */