Changeset 8f9e9bdc in rtems
- Timestamp:
- 04/19/96 21:10:27 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c26b62f
- Parents:
- 3b76313
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/headers/event.h
r3b76313 r8f9e9bdc 54 54 EVENT_SYNC_SATISFIED 55 55 } Event_Sync_states; 56 57 /* 58 * Event_Manager_initialization 59 * 60 * DESCRIPTION: 61 * 62 * This routine performs the initialization necessary for this manager. 63 */ 64 65 void _Event_Manager_initialization( void ); 56 66 57 67 /* -
c/src/exec/rtems/headers/support.h
r3b76313 r8f9e9bdc 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 87 88 #ifndef __RTEMS_APPLICATION__ 88 89 #include <rtems/rtems/support.inl> 90 #endif 89 91 90 92 #ifdef __cplusplus -
c/src/exec/rtems/include/rtems/rtems/event.h
r3b76313 r8f9e9bdc 54 54 EVENT_SYNC_SATISFIED 55 55 } Event_Sync_states; 56 57 /* 58 * Event_Manager_initialization 59 * 60 * DESCRIPTION: 61 * 62 * This routine performs the initialization necessary for this manager. 63 */ 64 65 void _Event_Manager_initialization( void ); 56 66 57 67 /* -
c/src/exec/rtems/include/rtems/rtems/support.h
r3b76313 r8f9e9bdc 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 87 88 #ifndef __RTEMS_APPLICATION__ 88 89 #include <rtems/rtems/support.inl> 90 #endif 89 91 90 92 #ifdef __cplusplus -
cpukit/rtems/include/rtems/rtems/event.h
r3b76313 r8f9e9bdc 54 54 EVENT_SYNC_SATISFIED 55 55 } Event_Sync_states; 56 57 /* 58 * Event_Manager_initialization 59 * 60 * DESCRIPTION: 61 * 62 * This routine performs the initialization necessary for this manager. 63 */ 64 65 void _Event_Manager_initialization( void ); 56 66 57 67 /* -
cpukit/rtems/include/rtems/rtems/support.h
r3b76313 r8f9e9bdc 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 87 88 #ifndef __RTEMS_APPLICATION__ 88 89 #include <rtems/rtems/support.inl> 90 #endif 89 91 90 92 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.