www.pudn.com > lpc2146USB.rar > type.h


/***************************************************************************** 
 *   type.h:  Type definition Header file for Philips LPC214x Family  
 *   Microprocessors 
 * 
 *   Copyright(C) 2006, Philips Semiconductor 
 *   All rights reserved. 
 * 
 *   History 
 *   2005.10.01  ver 1.00    Prelimnary version, first Release 
 * 
******************************************************************************/ 
#ifndef __TYPE_H__ 
#define __TYPE_H__ 
 
#ifndef NULL 
#define NULL    ((void *)0) 
#endif 
 
#ifndef FALSE 
#define FALSE   (0) 
#endif 
 
#ifndef TRUE 
#define TRUE    (1) 
#endif 
 
/* 
typedef uint8	BYTE; 
typedef uint16	WORD; 
typedef uint32	DWORD; 
typedef uint16	BOOL; 
*/ 
 
#endif  /* __TYPE_H__ */