#define OTG_DEV_EP_TYPE_CONTROL 0
#define OTG_DEV_EP_TYPE_ISOC 1
#define OTG_DEV_EP_TYPE_BULK 2
#define OTG_DEV_EP_TYPE_INT 3
#define EP0_OUT 0x00
#define EP0_IN 0x80
#define EP1_OUT 0x01
#define EP1_IN 0x81
#define EP2_OUT 0x02
#define EP2_IN 0x82
#define EP3_OUT 0x03
#define EP3_IN 0x83
#define ENDP0
#define ENDP1
#define ENDP2
#define ENDP3
#define ENDP4
#define ENDP5
#define ENDP6
#define ENDP7
#define EP_TX_DIS DEV_EP_TX_DIS
#define EP_TX_STALL DEV_EP_TX_STALL
#define EP_TX_NAK DEV_EP_TX_NAK
#define EP_TX_VALID DEV_EP_TX_VALID
#define EP_RX_DIS DEV_EP_RX_DIS
#define EP_RX_STALL DEV_EP_RX_STALL
#define EP_RX_NAK DEV_EP_RX_NAK
#define EP_RX_VALID DEV_EP_RX_VALID
#define _GetEPTxStatus( bEpNum )
#define _GetEPRxStatus( bEpNum )
#define _SetEPTxStatus( bEpNum, wState )
#define _SetEPRxStatus( bEpNum, wState )
#define _SetEPTxValid( bEpNum )
#define _SetEPRxValid( bEpNum )
#define _GetTxStallStatus( bEpNum )
#define _GetRxStallStatus( bEpNum )
#define OTGD_FS_DEVICE_RESET