source: rtems/cpukit/rtems/src/eventdata.c @ eaef4657

4.104.115
Last change on this file since eaef4657 was 6f1384c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/07 at 23:19:36

Split Classic API data instantiation into individual files. This reduces the size of the BSS section when an optional manageer stub is used. Some tests showed about a 600 byte reduction in BSS size. Also eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.

  • Property mode set to 100644
File size: 471 bytes
Line 
1/*
2 *  Event Manager -- Instantiate Data
3 *
4 *  COPYRIGHT (c) 1989-2007.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#if HAVE_CONFIG_H
15#include "config.h"
16#endif
17
18/* instantiate RTEMS event data */
19#define RTEMS_EVENT_EXTERN
20
21#include <rtems/system.h>
22#include <rtems/rtems/event.h>
Note: See TracBrowser for help on using the repository browser.