aboutsummaryrefslogtreecommitdiff
path: root/include/arm926ejs.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-29 22:00:43 +0000
committerwdenk <wdenk>2003-08-29 22:00:43 +0000
commit6f21347d49b1741e4b8247f5e2d3fa83ef169c25 (patch)
tree680eaba02ba065cc99e7f75d155bc5f0b75789ea /include/arm926ejs.h
parentc29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 (diff)
* Patch by George G. Davis, 19 Aug 2003:
fix TI Innovator/OMAP1510 pin configs * Patches by Kshitij, 18 Aug 2003 - add support for arm926ejs cpu core - add support for TI OMAP 1610 Innovator Board
Diffstat (limited to 'include/arm926ejs.h')
-rw-r--r--include/arm926ejs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arm926ejs.h b/include/arm926ejs.h
new file mode 100644
index 000000000..c660265b7
--- /dev/null
+++ b/include/arm926ejs.h
@@ -0,0 +1,8 @@
+/************************************************
+ * NAME arm926ejs.h *
+ * Version : 23 June 2003 *
+ ************************************************/
+/* Currently empty */
+#ifndef __ARM926EJS_H__
+#define __ARM926EJS_H__
+#endif /*__ARM926EJS_H__*/