aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-26 04:16:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-26 04:16:47 +0000
commit9f7883fa2b78fd7907162987fc65b71d3c6b19fa (patch)
treeee3e4fc2497bce62e965054fe6957a7b239839ac /Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
parentb634ec50a0646a1575d89add8ac851f7d8a66332 (diff)
downloadlufa-9f7883fa2b78fd7907162987fc65b71d3c6b19fa.tar.gz
lufa-9f7883fa2b78fd7907162987fc65b71d3c6b19fa.tar.bz2
lufa-9f7883fa2b78fd7907162987fc65b71d3c6b19fa.zip
Added ability to write protect Mass Storage disk write operations from the host OS.
Diffstat (limited to 'Demos/Device/LowLevel/MassStorage/Lib/SCSI.h')
-rw-r--r--Demos/Device/LowLevel/MassStorage/Lib/SCSI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
index 962a2acf7..8710db88b 100644
--- a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
+++ b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
@@ -143,6 +143,7 @@
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 bool SCSI_Command_ModeSense_6(void);
#endif
#endif