From 6932bceeebc24536fd4735c0a57d38212af2357a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Aug 2008 12:07:28 +0000 Subject: Add missing prototype. --- cpukit/score/cpu/sh/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/sh/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index 6eb4c4e6dc..358b32e029 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -438,7 +438,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high; * sequence (if a dispatch is necessary). */ -SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); +SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(void); /* * Nothing prevents the porter from declaring more CPU specific variables. -- cgit v1.2.3