summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/types.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 13:07:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-18 13:07:55 +0000
commitd16e95006f7a8ae8a62506dace8809acfc646efb (patch)
treef28a7916680c80e37c4d5b72abeeae7636bfcd43 /c/src/lib/libbsp/i960/rxgen960/startup/types.h
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d16e95006f7a8ae8a62506dace8809acfc646efb.tar.bz2
2002-04-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/nulsystbl.c: Fix braces. * startup/Makefile.am: Remove types.h. * startup/types.h: Remove.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/types.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/types.h b/c/src/lib/libbsp/i960/rxgen960/startup/types.h
index 9f6460435d..e69de29bb2 100644
--- a/c/src/lib/libbsp/i960/rxgen960/startup/types.h
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/types.h
@@ -1,38 +0,0 @@
-/*
- * $Id$
- */
-
-/* Type definitions for our use */
-#ifndef __TYPES_H
-#define __TYPES_H
-typedef unsigned char u8;
-typedef unsigned int u32;
-typedef unsigned short u16;
-typedef unsigned char uchar;
-typedef unsigned int Int32;
-typedef unsigned short Int16;
-typedef unsigned char Int8;
-typedef unsigned int u_int;
-typedef unsigned int u_long;
-typedef unsigned short u_short;
-typedef unsigned char u_char;
-#ifndef NULL
-#define NULL 0
-#endif
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-/*
- * Definitions of unsigned amounts
- */
-#define ub Int8
-#define uw Int16
-#define ul Int64
-#define sl long
-#define ui Int32
-
-
-#endif