From 9f7883fa2b78fd7907162987fc65b71d3c6b19fa Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 26 Nov 2010 04:16:47 +0000 Subject: Added ability to write protect Mass Storage disk write operations from the host OS. --- Projects/Webserver/Lib/SCSI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/Webserver/Lib/SCSI.h') diff --git a/Projects/Webserver/Lib/SCSI.h b/Projects/Webserver/Lib/SCSI.h index 8eae210f1..8360234b5 100644 --- a/Projects/Webserver/Lib/SCSI.h +++ b/Projects/Webserver/Lib/SCSI.h @@ -80,6 +80,7 @@ static bool SCSI_Command_Send_Diagnostic(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo); static bool SCSI_Command_ReadWrite_10(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo, const bool IsDataRead); + static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo); #endif #endif -- cgit v1.2.3