summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shsim/start/ispshgdb.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 15:31:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:44 +0100
commit510fbfc314a5eb50ce68bb7c2df2b3056e479e99 (patch)
tree8d16e11a994d905d7665d001240a84fd413f8a21 /bsps/sh/shsim/start/ispshgdb.c
parentpowerpc: Remove use of proc_ptr (diff)
downloadrtems-510fbfc314a5eb50ce68bb7c2df2b3056e479e99.tar.bz2
sh: Remove use of proc_ptr
Update #3585.
Diffstat (limited to '')
-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,