Changeset b96254f in rtems
- Timestamp:
- Nov 21, 2004, 7:42:11 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bcbfd2cf
- Parents:
- 9e3032f
- Location:
- cpukit/sapi
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/include/confdefs.h
r9e3032f rb96254f 1 /* confdefs.h 1 /** 2 * @file rtems/confdefs.h 2 3 * 3 4 * This include file contains the configuration table template that will … … 23 24 * support the RTEMS Test Suites into something that can be 24 25 * used remarkably reliably by most applications. 25 * 26 */ 27 28 /* 26 29 * COPYRIGHT (c) 1989-2002. 27 30 * On-Line Applications Research Corporation (OAR). -
cpukit/sapi/include/rtems/config.h
r9e3032f rb96254f 1 /* config.h 2 * 1 /** 2 * @file rtems/config.h 3 */ 4 5 /* 3 6 * This include file contains the table of user defined configuration 4 7 * parameters. -
cpukit/sapi/include/rtems/extension.h
r9e3032f rb96254f 1 /* extension.h 2 * 1 /** 2 * @file rtems/extension.h 3 */ 4 5 /* 3 6 * This include file contains all the constants, structures, and 4 7 * prototypes associated with the User Extension Manager. This manager -
cpukit/sapi/include/rtems/fatal.h
r9e3032f rb96254f 1 /* fatal.h 2 * 1 /** 2 * @file rtems/fatal.h 3 */ 4 5 /* 3 6 * This include file contains constants and prototypes related 4 7 * to the Fatal Error Manager. This manager processes all fatal or -
cpukit/sapi/include/rtems/init.h
r9e3032f rb96254f 1 /* init.h 1 /** 2 * @file rtems/init.h 3 * 2 4 * 3 5 * This include file contains all the constants and structures associated … … 11 13 * + initialize the RTEMS executive 12 14 * + shutdown the RTEMS executive 13 * 14 * 15 */ 16 17 /* 15 18 * COPYRIGHT (c) 1989-1999. 16 19 * On-Line Applications Research Corporation (OAR). -
cpukit/sapi/include/rtems/io.h
r9e3032f rb96254f 1 /* io.h 1 /** 2 * @file rtems/io.h 2 3 * 3 4 * This include file contains all the constants and structures associated … … 14 15 * + write to a device driver 15 16 * + special device services 16 * 17 */ 18 19 /* 17 20 * COPYRIGHT (c) 1989-1999. 18 21 * On-Line Applications Research Corporation (OAR). -
cpukit/sapi/include/rtems/sptables.h
r9e3032f rb96254f 1 /* sptables.h 1 /** 2 * @file rtems/sptables.h 2 3 * 3 4 * This include file contains the executive's pre-initialized tables 4 5 * used when in a single processor configuration. 5 * 6 */ 7 8 /* 6 9 * COPYRIGHT (c) 1989-1999. 7 10 * On-Line Applications Research Corporation (OAR). … … 69 72 70 73 #endif 71 /* end of include file */ -
cpukit/sapi/inline/rtems/extension.inl
r9e3032f rb96254f 1 /* extension.inl 1 /** 2 * @file rtems/extension.inl 2 3 * 3 4 * This file contains the static inline implementation of the inlined routines 4 5 * from the Extension Manager. 5 * 6 */ 7 8 /* 6 9 * COPYRIGHT (c) 1989-1999. 7 10 * On-Line Applications Research Corporation (OAR). -
cpukit/sapi/macros/rtems/extension.inl
r9e3032f rb96254f 1 /* extension.inl 1 /** 2 * @file rtems/extension.inl 2 3 * 3 4 * This file contains the macro implementation of the inlined routines 4 5 * from the Extension Manager. 5 * 6 */ 7 8 /* 6 9 * COPYRIGHT (c) 1989-1999. 7 10 * On-Line Applications Research Corporation (OAR).
Note: See TracChangeset
for help on using the changeset viewer.