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
|
@ -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…
Add table
Add a link
Reference in a new issue