]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-14 Vladimir Serbinenko <phcoder@gmail.com>
authorchrfranke <chrfranke@localhost>
Sat, 14 Feb 2009 19:24:31 +0000 (19:24 +0000)
committerchrfranke <chrfranke@localhost>
Sat, 14 Feb 2009 19:24:31 +0000 (19:24 +0000)
Corrected wrong declaration

* kern/disk.c: corrected declaration of grub_disk_ata_pass_through.

ChangeLog
kern/disk.c

index 90d9dfee68102e420d6b3a37b1d68666656b6616..0686af0a27cfc06bdb3843fd57c801931c37b512 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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'.
index 3f7e451100923e2fabbaab511aa025e8fd0eb770..4ee03e0d95dffc641f1fcb26d6b4dab6a209ef98 100644 (file)
@@ -47,7 +47,7 @@ void (*grub_disk_firmware_fini) (void);
 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