X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fata_platform.h;h=9a26c83a2c9e98cdb6d70f74856f22b58db518b5;hb=c000131c711f68cb68712e6553ddce5fa6ad5c5c;hp=6a7a92db294c03d92fb1174cff79a6fcdd65b0c3;hpb=0a87e3e92b299e0f1a69b36664ecde2fc296c40a;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/ata_platform.h b/include/linux/ata_platform.h index 6a7a92db294..9a26c83a2c9 100644 --- a/include/linux/ata_platform.h +++ b/include/linux/ata_platform.h @@ -1,5 +1,5 @@ -#ifndef __LINUX_PATA_PLATFORM_H -#define __LINUX_PATA_PLATFORM_H +#ifndef __LINUX_ATA_PLATFORM_H +#define __LINUX_ATA_PLATFORM_H struct pata_platform_info { /* @@ -24,4 +24,14 @@ extern int __devinit __pata_platform_probe(struct device *dev, extern int __devexit __pata_platform_remove(struct device *dev); -#endif /* __LINUX_PATA_PLATFORM_H */ +/* + * Marvell SATA private data + */ +struct mbus_dram_target_info; + +struct mv_sata_platform_data { + struct mbus_dram_target_info *dram; + int n_ports; /* number of sata ports */ +}; + +#endif /* __LINUX_ATA_PLATFORM_H */