summaryrefslogtreecommitdiffstats
path: root/u-boot/include/arm925t.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/arm925t.h')
-rw-r--r--u-boot/include/arm925t.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/u-boot/include/arm925t.h b/u-boot/include/arm925t.h
new file mode 100644
index 0000000..3d767b3
--- /dev/null
+++ b/u-boot/include/arm925t.h
@@ -0,0 +1,11 @@
+/************************************************
+ * NAME : arm925t.h
+ * Version : 23 June 2003 *
+ ************************************************/
+
+#ifndef __ARM925T_H__
+#define __ARM925T_H__
+
+void archflashwp(void *archdata, int wp);
+
+#endif /*__ARM925T_H__*/