source: rtems/cpukit/rtems/inline/rtems/rtems/event.inl @ d964f79

4.104.114.84.95
Last change on this file since d964f79 was d964f79, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/04 at 09:56:13

Add doxygen preamble.

  • Property mode set to 100644
File size: 496 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 __MACROS_EVENT_inl
20#define __MACROS_EVENT_inl
21
22#endif
23/* end of include file */
Note: See TracBrowser for help on using the repository browser.