forked from Imagelibrary/rtems
changed INLINE to inline since INLINE is no longer defined by RTEMS
This commit is contained in:
@@ -52,7 +52,7 @@ void Clock_exit( void );
|
|||||||
rtems_device_major_number rtems_clock_major = ~0;
|
rtems_device_major_number rtems_clock_major = ~0;
|
||||||
rtems_device_minor_number rtems_clock_minor;
|
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;
|
register rtems_unsigned32 rc;
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ static rtems_boolean Timer_driver_Find_average_overhead;
|
|||||||
/*
|
/*
|
||||||
* This is so small that this code will be reproduced where needed.
|
* 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;
|
rtems_unsigned32 ret;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user