From 97c64b01e788b3607a101c22724b1cf8d4d2ff9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Sep 2008 15:50:26 +0000 Subject: 2008-09-19 Joel Sherrill * Makefile.am: Split out bspstart contents. Use shared stub for bsp_start. * startup/h8bdinstallirq.c: New file. * startup/bspstart.c: Removed. --- c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c (limited to 'c/src/lib/libbsp/h8300/h8sim/startup/h8bdinstallirq.c') 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 + +void H8BD_Install_IRQ( + uint32_t vector, + proc_ptr new_handler, + proc_ptr *old_handler ) +{ /* empty */ +} -- cgit v1.2.3