ALSA: hda/realtek - Move some alc236 pintbls to fallback table
[sfrench/cifs-2.6.git] / include / scsi / scsi_cmnd.h
index 76ed5e4acd38422f9a88d8002e1c676a9e25dd27..91bd749a02f7a2ee10e51e21da3c240e17a046cf 100644 (file)
@@ -57,6 +57,7 @@ struct scsi_pointer {
 #define SCMD_TAGGED            (1 << 0)
 #define SCMD_UNCHECKED_ISA_DMA (1 << 1)
 #define SCMD_INITIALIZED       (1 << 2)
+#define SCMD_LAST              (1 << 3)
 /* flags preserved across unprep / reprep */
 #define SCMD_PRESERVED_FLAGS   (SCMD_UNCHECKED_ISA_DMA | SCMD_INITIALIZED)