usb_dev_desc.h
上传用户:sourcesun
上传日期:2013-09-23
资源大小:362k
文件大小:1k
源码类别:

DNA

开发平台:

Asm

  1. /*************************************************************************
  2.  *
  3.  *    Used with ICCARM and AARM.
  4.  *
  5.  *    (c) Copyright IAR Systems 2005
  6.  *
  7.  *    File name   : usb_dev_desc.h
  8.  *    Description : AUDIO descriptor definitions
  9.  *
  10.  *    History :
  11.  *    1. Data        : November 29, 2005
  12.  *       Author      : Stanimir Bonev
  13.  *       Description : Create
  14.  *
  15.  *    $Revision: 1.1.2.1 $
  16. **************************************************************************/
  17. #ifndef __USB_DEV_DESC_H
  18. #define __USB_DEV_DESC_H
  19. #include "includes.h"
  20. extern const UsbStandardDeviceDescriptorStr_t UsbStandardDeviceDescriptorStr;
  21. extern const Int8U UsbStandardConfigurationDescriptor[];
  22. extern const Int8U UsbLanguagesStr [];
  23. extern const Int8U * const * const UsbString[];
  24. #endif //__USB_DEV_DESC_H