source: rtems/cpukit/rtems/inline/rtems/rtems/event.inl @ 27b299d9

4.104.114.84.95
Last change on this file since 27b299d9 was 27b299d9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/21/05 at 07:39:58

New header guards.

  • Property mode set to 100644
File size: 504 bytes
Line 
1/**
2 * @file rtems/rtems/event.inl
3 */
4
5/*
6 *  This include file contains the static inline implementation of
7 *  macros for the Event Manager.
8 *
9 *  COPYRIGHT (c) 1989-1999.
10 *  On-Line Applications Research Corporation (OAR).
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.rtems.com/license/LICENSE.
15 *
16 *  $Id$
17 */
18
19#ifndef _RTEMS_RTEMS_EVENT_INL
20#define _RTEMS_RTEMS_EVENT_INL
21
22#endif
23/* end of include file */
Note: See TracBrowser for help on using the repository browser.