changed INLINE to inline since INLINE is no longer defined by RTEMS

This commit is contained in:
Joel Sherrill
1996-09-30 20:16:05 +00:00
parent 855edeca4f
commit 93bea77b56
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ void Clock_exit( void );
rtems_device_major_number rtems_clock_major = ~0;
rtems_device_minor_number rtems_clock_minor;
static INLINE rtems_unsigned32 get_itimer(void)
static inline rtems_unsigned32 get_itimer(void)
{
register rtems_unsigned32 rc;

View File

@@ -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;