2 * Acess2 USB Stack Mass Storage Driver
3 * - By John Hodge (thePowersGang)
8 #ifndef _MSC__COMMON_H_
9 #define _MSC__COMMON_H_
12 #include <Storage/LVM/include/lvm.h>
14 typedef struct sMSCInfo tMSCInfo;
22 extern void MSC_SendData(tUSBInterface *Dev, size_t CmdLen, const void *CmdData, size_t DataLen, const void *Data);
23 extern void MSC_RecvData(tUSBInterface *Dev, size_t CmdLen, const void *CmdData, size_t DataLen, void *Data);
25 extern tLVM_VolType gMSC_SCSI_VolType;
26 extern Uint64 MSC_SCSI_GetSize(tUSBInterface *Dev, size_t *BlockSize);