From f94470a564abc4296c3e10610fef96d73e1fcf8a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Nov 2002 17:13:00 +0000 Subject: 2002-11-06 Ralf Corsepius * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate warning. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/cpu/h8300/rtems/score/cpu.h') 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 -- cgit v1.2.3