summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-31 14:55:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-31 14:55:54 +0000
commit432a662c1b2eea0c40658742415f0a755471edfb (patch)
tree7737dc557a5bc28bf81368f47cb33790e7595318 /cpukit/score/cpu/m68k/rtems/score/cpu.h
parentAdd missing prototypes. (diff)
downloadrtems-432a662c1b2eea0c40658742415f0a755471edfb.tar.bz2
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Correct prototype of Idle threads.
Diffstat (limited to 'cpukit/score/cpu/m68k/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index ddc7432032..5d6718f124 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -469,7 +469,7 @@ uint32_t _CPU_ISR_Get_level( void );
* is TRUE.
*/
-void _CPU_Thread_Idle_body( void );
+void *_CPU_Thread_Idle_body( uint32_t );
/*
* Fatal Error manager macros