summaryrefslogtreecommitdiff
path: root/src/soc/marvell
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/marvell')
-rw-r--r--src/soc/marvell/bg4cd/include/soc/gpio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/marvell/bg4cd/include/soc/gpio.h b/src/soc/marvell/bg4cd/include/soc/gpio.h
new file mode 100644
index 0000000000..86882c7af7
--- /dev/null
+++ b/src/soc/marvell/bg4cd/include/soc/gpio.h
@@ -0,0 +1,8 @@
+#ifndef __SOC_MARVELL_BG4CD_GPIO_H__
+#define __SOC_MARVELL_BG4CD_GPIO_H__
+
+#include <types.h>
+
+typedef u32 gpio_t;
+
+#endif /* __SOC_MARVELL_BG4CD_GPIO_H__ */