source: rtems/c/src/exec/itron/include/itron.h @ aaf6063

4.104.114.84.95
Last change on this file since aaf6063 was 9d9a3dd, checked in by Jennifer Averett <Jennifer.Averett@…>, on 11/17/99 at 16:47:58

+ Updated copyright information.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12#ifndef __ITRON_h_
13#define __ITRON_h_
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/*
20 *  Include the basic requirements
21 */
22
23#include <rtems/system.h>        /* basic RTEMS types defined by */
24                                 /*   each port */
25#include <itronsys/types.h>      /* define all the TRON types */
26                                 /*   in terms of the RTEMS base types */
27#include <itronsys/status.h>     /* define all ITRON status codes */
28
29/*
30 *  Now include the per manager include files
31 */
32
33#include <itronsys/eventflags.h>
34#include <itronsys/fmempool.h>
35#include <itronsys/intr.h>
36#include <itronsys/mbox.h>
37#include <itronsys/msgbuffer.h>
38#include <itronsys/sysmgmt.h>  /* network depends on this file */
39#include <itronsys/network.h>
40#include <itronsys/port.h>
41#include <itronsys/semaphore.h>
42#include <itronsys/task.h>
43#include <itronsys/time.h>
44#include <itronsys/vmempool.h>
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif
51/* end of include file */
52
Note: See TracBrowser for help on using the repository browser.