Changeset 1a8fde6c in rtems for cpukit/sapi/inline
- Timestamp:
- 03/06/96 21:34:57 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e6424462
- Parents:
- 8e76546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/inline/rtems/extension.inl
r8e76546 r1a8fde6c 22 22 * _Extension_Allocate 23 23 * 24 * DESCRIPTION: 25 * 26 * This function allocates a extension control block from 27 * the inactive chain of free extension control blocks. 24 28 */ 25 29 … … 33 37 * _Extension_Free 34 38 * 39 * DESCRIPTION: 40 * 41 * This routine frees a extension control block to the 42 * inactive chain of free extension control blocks. 35 43 */ 36 44 … … 46 54 * _Extension_Get 47 55 * 56 * DESCRIPTION: 57 * 58 * This function maps extension IDs to extension control blocks. 59 * If ID corresponds to a local extension, then it returns 60 * the extension control pointer which maps to ID and location 61 * is set to OBJECTS_LOCAL. Otherwise, location is set 62 * to OBJECTS_ERROR and the returned value is undefined. 48 63 */ 49 64 … … 61 76 * _Extension_Is_null 62 77 * 78 * DESCRIPTION: 79 * 80 * This function returns TRUE if the_extension is NULL and FALSE otherwise. 63 81 */ 64 82
Note: See TracChangeset
for help on using the changeset viewer.