]> git.sur5r.net Git - u-boot/blobdiff - include/sata.h
dm: Drop the block_dev_desc_t typedef
[u-boot] / include / sata.h
index fa61da8ddd0431e7e34c12682a27bb7fc3a585ef..b35359aa5a1986a412c7cfb3d77461b3b6cbb30a 100644 (file)
@@ -14,6 +14,6 @@ int sata_stop(void);
 int __sata_stop(void);
 int sata_port_status(int dev, int port);
 
-extern block_dev_desc_t sata_dev_desc[];
+extern struct blk_desc sata_dev_desc[];
 
 #endif