www.pudn.com > LPC2148_IAR_LPC2148.zip > includes.h


/*************************************************************************** 
 ** 
 **    Master inlude file 
 ** 
 **    Used with ARM IAR C/C++ Compiler and Assembler. 
 ** 
 **    (c) Copyright IAR Systems 2005 
 ** 
 **    $Revision: 1.1.2.2 $ 
 ** 
 ***************************************************************************/ 
 
#ifndef __INCLUDES_H 
#define __INCLUDES_H 
 
#include  
#include  
#include  
#include  
#include  
 
#include  
#include  
 
#include "arm_comm.h" 
#include "boart.h" 
 
#include "lpc_usb_cfg.h" 
#include "lpc_sysctrl.h" 
#include "lpc_timer.h" 
#include "lpc_vic.h" 
#include "lpc_usb.h" 
 
#include "drv_hd44780.h" 
#include "drv_hd44780_cnfg.h" 
 
#include "usb_desc.h" 
#include "audio_desc.h" 
#include "usb_dev_desc.h" 
#include "usb_9.h" 
 
#include "audio_class.h" 
 
#endif // __INCLUDES_H