Subversion Repositories NaviCtrl

Rev

Rev 43 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
2
* File Name          : usb_lib.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 10/27/2003 : V1.0
5
* Description        : USB library include files
6
********************************************************************************
7
* History:
8
* 09/18/2006 : V3.0
9
* 09/01/2006 : V2.0
10
* 10/27/2003 : V1.0
11
********************************************************************************
12
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
13
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
14
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
15
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
16
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
17
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
18
*******************************************************************************/
19
/* Define to prevent recursive inclusion -------------------------------------*/
20
#ifndef __USB_LIB_H
21
#define __USB_LIB_H
22
/* Includes ------------------------------------------------------------------*/
23
#include "usb_type.h"
24
#include "usb_regs.h"
25
#include "usb_def.h"
26
#include "usb_core.h"
27
#include "usb_init.h"
28
#include "usb_mem.h"
29
#include "usb_int.h"
30
/* Exported types ------------------------------------------------------------*/
31
/* Exported constants --------------------------------------------------------*/
32
/* Exported macro ------------------------------------------------------------*/
33
/* Exported functions ------------------------------------------------------- */
34
/* External variables --------------------------------------------------------*/
35
#endif /* __USB_LIB_H */
36
 
37
 
38
/******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/