ARM: uniphier: add System Control register macros for ARMv8 SoCs
[platform/kernel/u-boot.git] / include / sata.h
index fa61da8..b35359a 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