Corrected wrong declaration
* kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
+2009-02-14 Vladimir Serbinenko <phcoder@gmail.com>
+
+ Corrected wrong declaration
+
+ * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
+
2009-02-14 Christian Franke <franke@computer.org>
* commands/lspci.c (grub_pci_classes): Add `SATA Controller'.
int grub_disk_firmware_is_tainted;
grub_err_t (* grub_disk_ata_pass_through) (grub_disk_t,
- struct grub_ata_pass_through_cmd *);
+ struct grub_disk_ata_pass_through_parms *);
#if 0