summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:16:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:16:05 +0000
commit93bea77b56c34839dde05bb8eac759c675cf5fba (patch)
treea2a2e870c7d83e775d009162864c626ad8566fbf /c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
parentfixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro. (diff)
downloadrtems-93bea77b56c34839dde05bb8eac759c675cf5fba.tar.bz2
changed INLINE to inline since INLINE is no longer defined by RTEMS
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ppc403/timer/timer.c')
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
index 4d2f4c0fd4..85c8657794 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
@@ -45,7 +45,7 @@ static rtems_boolean Timer_driver_Find_average_overhead;
/*
* This is so small that this code will be reproduced where needed.
*/
-static INLINE rtems_unsigned32 get_itimer(void)
+static inline rtems_unsigned32 get_itimer(void)
{
rtems_unsigned32 ret;