OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [itron/] [include/] [itron.h] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
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
 *  itron.h,v 1.2 1999/11/17 16:47:12 jennifer Exp
10
 */
11
 
12
#ifndef __ITRON_h_
13
#define __ITRON_h_
14
 
15
#ifdef __cplusplus
16
extern "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
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.