Changeset 8f9e9bdc in rtems


Ignore:
Timestamp:
04/19/96 21:10:27 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c26b62f
Parents:
3b76313
Message:

event.h: _Event_Manager_initialization no longer a static inline

support.h: updated to use RTEMS_APPLICATION macro

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/headers/event.h

    r3b76313 r8f9e9bdc  
    5454  EVENT_SYNC_SATISFIED
    5555}  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 
     65void _Event_Manager_initialization( void );
    5666
    5767/*
  • c/src/exec/rtems/headers/support.h

    r3b76313 r8f9e9bdc  
    8686        TOD_MILLISECONDS_TO_TICKS(_ms)
    8787
     88#ifndef __RTEMS_APPLICATION__
    8889#include <rtems/rtems/support.inl>
     90#endif
    8991
    9092#ifdef __cplusplus
  • c/src/exec/rtems/include/rtems/rtems/event.h

    r3b76313 r8f9e9bdc  
    5454  EVENT_SYNC_SATISFIED
    5555}  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 
     65void _Event_Manager_initialization( void );
    5666
    5767/*
  • c/src/exec/rtems/include/rtems/rtems/support.h

    r3b76313 r8f9e9bdc  
    8686        TOD_MILLISECONDS_TO_TICKS(_ms)
    8787
     88#ifndef __RTEMS_APPLICATION__
    8889#include <rtems/rtems/support.inl>
     90#endif
    8991
    9092#ifdef __cplusplus
  • cpukit/rtems/include/rtems/rtems/event.h

    r3b76313 r8f9e9bdc  
    5454  EVENT_SYNC_SATISFIED
    5555}  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 
     65void _Event_Manager_initialization( void );
    5666
    5767/*
  • cpukit/rtems/include/rtems/rtems/support.h

    r3b76313 r8f9e9bdc  
    8686        TOD_MILLISECONDS_TO_TICKS(_ms)
    8787
     88#ifndef __RTEMS_APPLICATION__
    8889#include <rtems/rtems/support.inl>
     90#endif
    8991
    9092#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.