Changeset 78b2ff1 in rtems
- Timestamp:
- 04/19/96 21:10:38 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- debe919
- Parents:
- c26b62f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/macros/event.inl
rc26b62f r78b2ff1 18 18 #define __MACROS_EVENT_h 19 19 20 /*21 * Event_Manager_initialization22 */23 24 #define _Event_Manager_initialization() \25 do { \26 \27 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \28 \29 /* \30 * Register the MP Process Packet routine. \31 */ \32 \33 _MPCI_Register_packet_processor( \34 MP_PACKET_EVENT, \35 _Event_MP_Process_packet \36 ); \37 } while ( 0 )38 39 20 #endif 40 21 /* end of include file */ -
c/src/exec/rtems/macros/rtems/rtems/event.inl
rc26b62f r78b2ff1 18 18 #define __MACROS_EVENT_h 19 19 20 /*21 * Event_Manager_initialization22 */23 24 #define _Event_Manager_initialization() \25 do { \26 \27 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \28 \29 /* \30 * Register the MP Process Packet routine. \31 */ \32 \33 _MPCI_Register_packet_processor( \34 MP_PACKET_EVENT, \35 _Event_MP_Process_packet \36 ); \37 } while ( 0 )38 39 20 #endif 40 21 /* end of include file */ -
cpukit/rtems/macros/rtems/rtems/event.inl
rc26b62f r78b2ff1 18 18 #define __MACROS_EVENT_h 19 19 20 /*21 * Event_Manager_initialization22 */23 24 #define _Event_Manager_initialization() \25 do { \26 \27 _Event_Sync_state = EVENT_SYNC_SYNCHRONIZED; \28 \29 /* \30 * Register the MP Process Packet routine. \31 */ \32 \33 _MPCI_Register_packet_processor( \34 MP_PACKET_EVENT, \35 _Event_MP_Process_packet \36 ); \37 } while ( 0 )38 39 20 #endif 40 21 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.