Changeset 503dc058 in rtems for cpukit/sapi
- Timestamp:
- 07/03/96 14:20:03 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e21cf313
- Parents:
- 5fc0dc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/inline/rtems/extension.inl
r5fc0dc1 r503dc058 28 28 */ 29 29 30 STATIC INLINE Extension_Control *_Extension_Allocate( void )30 RTEMS_INLINE_ROUTINE Extension_Control *_Extension_Allocate( void ) 31 31 { 32 32 return (Extension_Control *) _Objects_Allocate( &_Extension_Information ); … … 43 43 */ 44 44 45 STATIC INLINE void _Extension_Free (45 RTEMS_INLINE_ROUTINE void _Extension_Free ( 46 46 Extension_Control *the_extension 47 47 ) … … 63 63 */ 64 64 65 STATIC INLINE Extension_Control *_Extension_Get (65 RTEMS_INLINE_ROUTINE Extension_Control *_Extension_Get ( 66 66 Objects_Id id, 67 67 Objects_Locations *location … … 81 81 */ 82 82 83 STATIC INLINE boolean _Extension_Is_null (83 RTEMS_INLINE_ROUTINE boolean _Extension_Is_null ( 84 84 Extension_Control *the_extension 85 85 )
Note: See TracChangeset
for help on using the changeset viewer.