summaryrefslogblamecommitdiffstats
path: root/cpukit/rtems/src/eventdata.c
blob: df026bd623dc045c1022ae587904cb5ad4b41f20 (plain) (tree)
1
2
3
4
5
6
7
8

         
  




                                       





                                                           





                   



                              
/**
 *  @file
 *
 *  @brief Instantiate RTEMS Event Data
 *  @ingroup ClassicEvent
 */

/*
 *  COPYRIGHT (c) 1989-2007.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 */

#if HAVE_CONFIG_H
#include "config.h"
#endif

#define RTEMS_EVENT_EXTERN

#include <rtems/system.h>
#include <rtems/rtems/event.h>