From d16e95006f7a8ae8a62506dace8809acfc646efb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Apr 2002 13:07:55 +0000 Subject: 2002-04-20 Ralf Corsepius * startup/nulsystbl.c: Fix braces. * startup/Makefile.am: Remove types.h. * startup/types.h: Remove. --- c/src/lib/libbsp/i960/rxgen960/startup/types.h | 38 -------------------------- 1 file changed, 38 deletions(-) (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/types.h') 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 -- cgit v1.2.3