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


/************************************************************************* 
 * 
 *    Used with ICCARM and AARM. 
 * 
 *    (c) Copyright IAR Systems 2005 
 * 
 *    File name   : usb_dev_desc.h 
 *    Description : AUDIO descriptor definitions 
 * 
 *    History : 
 *    1. Data        : November 29, 2005 
 *       Author      : Stanimir Bonev 
 *       Description : Create 
 * 
 *    $Revision: 1.1.2.1 $ 
**************************************************************************/ 
#ifndef __USB_DEV_DESC_H 
#define __USB_DEV_DESC_H 
 
#include "includes.h" 
 
extern const UsbStandardDeviceDescriptorStr_t UsbStandardDeviceDescriptorStr; 
extern const Int8U UsbStandardConfigurationDescriptor[]; 
extern const Int8U UsbLanguagesStr []; 
extern const Int8U * const * const UsbString[]; 
 
#endif //__USB_DEV_DESC_H