Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[pub/USBasp.git] / Projects / TempDataLogger / Lib / SCSI.h
index 27eab5e..e9aa4f0 100644 (file)
@@ -81,6 +81,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