summaryrefslogtreecommitdiffstats
path: root/include/arm925t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arm925t.h')
-rw-r--r--include/arm925t.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/arm925t.h b/include/arm925t.h
new file mode 100644
index 0000000000..ab343eaace
--- /dev/null
+++ b/include/arm925t.h
@@ -0,0 +1,15 @@
+/************************************************
+ * NAME : arm925t.h
+ * Version : 23 June 2003 *
+ ************************************************/
+
+#ifndef __ARM925T_H__
+#define __ARM925T_H__
+
+void gpioreserve(ushort mask);
+void gpiosetdir(ushort mask, ushort in);
+void gpiosetout(ushort mask, ushort out);
+void gpioinit(void);
+void archflashwp(void *archdata, int wp);
+
+#endif /*__ARM925T_H__*/
OpenPOWER on IntegriCloud