summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/hppa1.1/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/hppa1.1/cpu.c')
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c
index 6cb6347151..6dee0c1225 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.c
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.c
@@ -33,8 +33,8 @@ void hppa_external_interrupt(unsigned32, CPU_Interrupt_frame *);
* So we use our own prototype instead of rtems_isr_entry
*/
-typedef rtems_isr ( *hppa_rtems_isr_entry )(
- rtems_vector_number,
+typedef void ( *hppa_rtems_isr_entry )(
+ ISR_Vector_number,
CPU_Interrupt_frame *
);
@@ -193,7 +193,7 @@ void _CPU_ISR_install_vector(
void
hppa_external_interrupt_initialize(void)
{
- rtems_isr_entry ignore;
+ hppa_rtems_isr_entry ignore;
/* mark them all unused */