Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / include / scsi.h
index 90cec99..0a475a8 100644 (file)
@@ -9,6 +9,8 @@
 #include <asm/cache.h>
 #include <linux/dma-direction.h>
 
+struct udevice;
+
 struct scsi_cmd {
        unsigned char           cmd[16];                                        /* command                                 */
        /* for request sense */