From b7eead83aab675ebfe583c5beb1662e2d1833cb8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 2 Oct 2009 07:40:24 +0000 Subject: Cleanups to the Device mode Mass Storage demo applications' SCSI routines. --- Demos/Device/LowLevel/MassStorage/Lib/SCSI.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Demos/Device/LowLevel/MassStorage/Lib/SCSI.h') diff --git a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h index 076328631..f642debba 100644 --- a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h +++ b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h @@ -136,14 +136,14 @@ } SCSI_Request_Sense_Response_t; /* Function Prototypes: */ - void SCSI_DecodeSCSICommand(void); + bool SCSI_DecodeSCSICommand(void); #if defined(INCLUDE_FROM_SCSI_C) - static bool SCSI_Command_Inquiry(void); - static bool SCSI_Command_Request_Sense(void); - static bool SCSI_Command_Read_Capacity_10(void); - static bool SCSI_Command_Send_Diagnostic(void); - static bool SCSI_Command_ReadWrite_10(const bool IsDataRead); + static void SCSI_Command_Inquiry(void); + static void SCSI_Command_Request_Sense(void); + static void SCSI_Command_Read_Capacity_10(void); + static void SCSI_Command_Send_Diagnostic(void); + static void SCSI_Command_ReadWrite_10(const bool IsDataRead); #endif #endif -- cgit v1.2.3