2009-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Corrected wrong declaration * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
This commit is contained in:
parent
353976ac0e
commit
8fa4ea7017
2 changed files with 7 additions and 1 deletions
|
@ -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'.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue