usb_dev_desc.h
上传用户:sourcesun
上传日期:2013-09-23
资源大小:362k
文件大小:1k
- /*************************************************************************
- *
- * 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