summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-19 15:50:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-19 15:50:26 +0000
commit97c64b01e788b3607a101c22724b1cf8d4d2ff9c (patch)
tree6789b5c6e3aa4f01a0552e5418fb0ae1c74a4aa0 /c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
parent2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-97c64b01e788b3607a101c22724b1cf8d4d2ff9c.tar.bz2
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Split out bspstart contents. Use shared stub for bsp_start. * startup/h8bdinstallirq.c: New file. * startup/bspstart.c: Removed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
new file mode 100644
index 0000000000..e964453b4f
--- /dev/null
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c
@@ -0,0 +1,19 @@
+/*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#include <rtems.h>
+
+void H8BD_Install_IRQ(
+ uint32_t vector,
+ proc_ptr new_handler,
+ proc_ptr *old_handler )
+{ /* empty */
+}