efi_loader: type of efi_secure_mode
[oweals/u-boot.git] / include / scsi.h
index 963abe2b13b7b0a4e21de61e7c5e609125f9ecfd..96cb7266762ec3b27f8a57a16b3162744f4b7bbf 100644 (file)
@@ -6,6 +6,9 @@
  #ifndef _SCSI_H
  #define _SCSI_H
 
+#include <asm/cache.h>
+#include <linux/dma-direction.h>
+
 struct scsi_cmd {
        unsigned char           cmd[16];                                        /* command                                 */
        /* for request sense */
@@ -26,6 +29,7 @@ struct scsi_cmd {
        unsigned long           trans_bytes;                    /* tranfered bytes              */
 
        unsigned int            priv;
+       enum dma_data_direction dma_dir;
 };
 
 /*-----------------------------------------------------------