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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [bmenu/] [system.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  COPYRIGHT (c) 1988-2002.
3
 *  On-Line Applications Research Corporation (OAR).
4
 *  All rights reserved.
5
 *
6
 *  system.h,v 1.5 2002/01/17 21:47:47 joel Exp
7
 */
8
 
9
#ifndef __SYSTEM_h
10
#define __SYSTEM_h
11
 
12
typedef unsigned int   unsigned32;
13
typedef unsigned short unsigned16;
14
typedef unsigned char  unsigned8;
15
 
16
#define USE_INLINES 
17
#define STATIC static
18
#define INLINE inline
19
 
20
#ifndef NULL
21
#define NULL 0
22
#endif
23
 
24
typedef unsigned int   boolean;
25
 
26
#if !defined( TRUE ) || (TRUE != 1)
27
#undef TRUE
28
#define TRUE     (1)
29
#endif
30
 
31
#if !defined( FALSE ) || (FALSE != 0)
32
#undef FALSE
33
#define FALSE 0
34
#endif
35
 
36
#endif

powered by: WebSVN 2.1.0

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