]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/sata.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / sata.h
index b35359aa5a1986a412c7cfb3d77461b3b6cbb30a..d18cc9aa87543453763f76f1cdb48f0e3a660765 100644 (file)
@@ -2,6 +2,7 @@
 #define __SATA_H__
 #include <part.h>
 
+#if !defined(CONFIG_DM_SCSI)
 int init_sata(int dev);
 int reset_sata(int dev);
 int scan_sata(int dev);
@@ -15,5 +16,6 @@ int __sata_stop(void);
 int sata_port_status(int dev, int port);
 
 extern struct blk_desc sata_dev_desc[];
+#endif
 
 #endif