Changeset 503dc058 in rtems for cpukit/sapi/inline


Ignore:
Timestamp:
07/03/96 14:20:03 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e21cf313
Parents:
5fc0dc1
Message:

switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/inline/rtems/extension.inl

    r5fc0dc1 r503dc058  
    2828 */
    2929
    30 STATIC INLINE Extension_Control *_Extension_Allocate( void )
     30RTEMS_INLINE_ROUTINE Extension_Control *_Extension_Allocate( void )
    3131{
    3232  return (Extension_Control *) _Objects_Allocate( &_Extension_Information );
     
    4343 */
    4444
    45 STATIC INLINE void _Extension_Free (
     45RTEMS_INLINE_ROUTINE void _Extension_Free (
    4646  Extension_Control *the_extension
    4747)
     
    6363 */
    6464
    65 STATIC INLINE Extension_Control *_Extension_Get (
     65RTEMS_INLINE_ROUTINE Extension_Control *_Extension_Get (
    6666  Objects_Id         id,
    6767  Objects_Locations *location
     
    8181 */
    8282
    83 STATIC INLINE boolean _Extension_Is_null (
     83RTEMS_INLINE_ROUTINE boolean _Extension_Is_null (
    8484  Extension_Control *the_extension
    8585)
Note: See TracChangeset for help on using the changeset viewer.