summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shsim/start/ispshgdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shsim/start/ispshgdb.c')
-rw-r--r--bsps/sh/shsim/start/ispshgdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/sh/shsim/start/ispshgdb.c b/bsps/sh/shsim/start/ispshgdb.c
index 09843172d9..f69ea10955 100644
--- a/bsps/sh/shsim/start/ispshgdb.c
+++ b/bsps/sh/shsim/start/ispshgdb.c
@@ -27,7 +27,7 @@
* Modified to reflect dummy isp entries for GDB SH simulator by Joel.
*/
-#include <rtems/system.h>
+#include <rtems/score/cpu.h>
/*
* This is a exception vector table
@@ -37,7 +37,7 @@
void _dummy_isp(uint32_t);
-proc_ptr _Hardware_isr_Table[256]={
+CPU_ISR_raw_handler _Hardware_isr_Table[256]={
_dummy_isp, _dummy_isp, _dummy_isp, _dummy_isp, /* PWRon Reset, Maual Reset,...*/
_dummy_isp, _dummy_isp, _dummy_isp, _dummy_isp,
_dummy_isp, _dummy_isp, _dummy_isp, _dummy_isp,