summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorPeter Dufault <dufault@hda.com>2013-07-24 15:49:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 15:49:53 +0200
commitb3a84034e24792a5e0bdb68817241f78daf3ecdd (patch)
treed1ca14d95b629e3ab4ccafa3337f202462855c4f /c
parentscore: Move _Heap_Area_overhead() definition. (diff)
downloadrtems-b3a84034e24792a5e0bdb68817241f78daf3ecdd.tar.bz2
bsp/mpc55xx: Fix prototype
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
index b1b625c95b..1c22d6efce 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/mpc55xx.h
@@ -130,7 +130,7 @@ static inline uint32_t mpc55xx_count_leading_zeros( uint32_t value)
return count;
}
-static inline mpc55xx_wait_for_interrupt(void)
+static inline void mpc55xx_wait_for_interrupt(void)
{
#ifdef MPC55XX_HAS_WAIT_INSTRUCTION
__asm__ volatile ("wait");