Cleanups to the Device mode Mass Storage demo applications' SCSI routines.
This commit is contained in:
parent
3ecc462954
commit
b7eead83aa
7 changed files with 62 additions and 121 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue