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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [types.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  $Id: types.h,v 1.2 2001-09-27 11:59:59 chris Exp $
3
 */
4
 
5
/* Type definitions for our use */
6
#ifndef __TYPES_H
7
#define __TYPES_H
8
typedef unsigned char u8;
9
typedef unsigned int u32;
10
typedef unsigned short u16;
11
typedef unsigned char uchar;
12
typedef unsigned int Int32;
13
typedef unsigned short Int16;
14
typedef unsigned char Int8;
15
typedef unsigned int u_int;
16
typedef unsigned int u_long;
17
typedef unsigned short u_short;
18
typedef unsigned char u_char;
19
#ifndef NULL
20
#define NULL 0
21
#endif
22
#ifndef TRUE 
23
#define TRUE 1
24
#endif
25
#ifndef FALSE 
26
#define FALSE 0
27
#endif
28
/*
29
 * Definitions of unsigned amounts
30
 */
31
#define ub      Int8
32
#define uw      Int16
33
#define ul      Int64
34
#define sl      long
35
#define ui      Int32
36
 
37
 
38
#endif

powered by: WebSVN 2.1.0

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