summaryrefslogtreecommitdiffstats
path: root/include/linux/amba/pl061.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/amba/pl061.h')
-rw-r--r--include/linux/amba/pl061.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h
new file mode 100644
index 0000000000..d498cd7a8c
--- /dev/null
+++ b/include/linux/amba/pl061.h
@@ -0,0 +1,12 @@
+#ifndef __AMBA_PL061_H__
+#define __AMBA_PL061_H__
+
+#include <linux/types.h>
+
+/* platform data for the PL061 GPIO driver */
+
+struct pl061_platform_data {
+ /* number of the first GPIO */
+ unsigned gpio_base;
+};
+#endif /* __AMBA_PL061_H__ */