/* Includes: */\r
#include "../../USB.h"\r
#include "../Common/MassStorage.h"\r
- #include "../Common/SCSICodes.h"\r
\r
/* Enable C linkage for C++ Compilers: */\r
#if defined(__cplusplus)\r
\r
/* Function Prototypes: */\r
#if defined(INCLUDE_FROM_MS_CLASS_HOST_C) \r
- static uint8_t DComp_NextMassStorageInterface(void* CurrentDescriptor);\r
- static uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);\r
+ static uint8_t DComp_NextMSInterface(void* CurrentDescriptor);\r
+ static uint8_t DComp_NextMSInterfaceEndpoint(void* CurrentDescriptor);\r
\r
static uint8_t MS_Host_SendCommand(USB_ClassInfo_MS_Host_t* MSInterfaceInfo,\r
- MS_CommandBlockWrapper_t* SCSICommandBlock);\r
+ MS_CommandBlockWrapper_t* SCSICommandBlock,\r
+ void* BufferPtr);\r
static uint8_t MS_Host_WaitForDataReceived(USB_ClassInfo_MS_Host_t* MSInterfaceInfo);\r
static uint8_t MS_Host_SendReceiveData(USB_ClassInfo_MS_Host_t* MSInterfaceInfo, \r
MS_CommandBlockWrapper_t* SCSICommandBlock, void* BufferPtr);\r