Added ability to write protect Mass Storage disk write operations from the host OS.
[pub/USBasp.git] / Projects / Incomplete / StandaloneProgrammer / Lib / SCSI.h
index 36ad66d..34ed852 100644 (file)
@@ -82,6 +82,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