summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 18:06:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 18:06:54 +0000
commit3a3e5daeafb1d8b56fc6c23bc8321721d6e6d64d (patch)
tree9839f0917777087c638cebec58b6002f3033cf13 /c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
parentRegenerate. (diff)
downloadrtems-3a3e5daeafb1d8b56fc6c23bc8321721d6e6d64d.tar.bz2
New (Submission by Bruce Robinson <brucer@pmccorp.com>).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/mips/rm52xx/include/rm5231.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h b/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
new file mode 100644
index 0000000000..a10837c396
--- /dev/null
+++ b/c/src/lib/libcpu/mips/rm52xx/include/rm5231.h
@@ -0,0 +1,12 @@
+/*
+ * MIPS RM5231 specific information
+ *
+ * rm5231.h,v 1.0 2004/06/23 19:54:22
+ */
+
+#ifndef __RM5231_h
+#define __RM5231_h
+
+#define RM5231_MAXIMUM_VECTORS MIPS_INTERRUPT_BASE+8
+
+#endif