USBD ROM Stack  2.0
ROM based USB device stack
mw_usbd_adcuser.h
1 /***********************************************************************
2  * $Id:: mw_usbd_adcuser.h 165 2011-04-14 17:41:11Z usb10131 $
3  *
4  * Project: USB device ROM Stack
5  *
6  * Description:
7  * USB Audio Device Class Definitions.
8  *
9  ***********************************************************************
10  * Copyright(C) 2011, NXP Semiconductor
11  * All rights reserved.
12  *
13  * Software that is described herein is for illustrative purposes only
14  * which provides customers with programming information regarding the
15  * products. This software is supplied "AS IS" without any warranties.
16  * NXP Semiconductors assumes no responsibility or liability for the
17  * use of the software, conveys no license or title under any patent,
18  * copyright, or mask work right to the product. NXP Semiconductors
19  * reserves the right to make changes in the software without
20  * notification. NXP Semiconductors also make no representation or
21  * warranty that such application will be suitable for the specified
22  * use without further testing or modification.
23  **********************************************************************/
24 
25 #ifndef __ADCUSER_H__
26 #define __ADCUSER_H__
27 
28 /* Audio Device Class Requests Callback Functions */
29 
30 #endif /* __ADCUSER_H__ */