diff options
| author | Michael E. Brown <michael_e_brown@dell.com> | 2003-12-16 09:17:00 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2003-12-16 09:17:00 -0500 |
| commit | 7f117c41a19dbb1cebb617addf30601b4e8d0745 (patch) | |
| tree | 7b9149d2ee3f37e5c51ebaf127c24829a73045e9 /include/linux/libata.h | |
| parent | f143781b80af91dc3bdd8fee6c570edb8a763910 (diff) | |
[libata] fake geometry for partition tables / setups that need such
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index feabeae1cfc0..df9013bf2c64 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -427,6 +427,7 @@ extern void ata_bmdma_start_pio (struct ata_queued_cmd *qc); extern int pci_test_config_bits(struct pci_dev *pdev, struct pci_bits *bits); extern void ata_qc_complete(struct ata_queued_cmd *qc, u8 drv_stat, unsigned int done_late); extern void ata_eng_timeout(struct ata_port *ap); +extern int ata_std_bios_param(Disk * disk, kdev_t dev, int *ip); static inline unsigned long msecs_to_jiffies(unsigned long msecs) |
