summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/h8300/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/h8300/rtems/score/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h
index fc3a4011f3..bb861ef2db 100644
--- a/cpukit/score/cpu/h8300/rtems/score/cpu.h
+++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h
@@ -1180,6 +1180,12 @@ static inline unsigned32 CPU_swap_u32(
return( swapped );
}
+/* to be provided by the BSP */
+extern void H8BD_Install_IRQ(
+ unsigned32 vector,
+ proc_ptr new_handler,
+ proc_ptr *old_handler );
+
#ifdef __cplusplus
}
#endif