fix 3rd argument to scsi_iterate
This commit is contained in:
parent
faec81d97d
commit
22a7cc9a6f
4 changed files with 5 additions and 5 deletions
|
@ -508,7 +508,7 @@ grub_atapi_open (int id, int bus, struct grub_scsi *scsi)
|
|||
}
|
||||
|
||||
static int
|
||||
grub_atapi_iterate (int (*hook_in) (int id, int bus, int luns))
|
||||
grub_atapi_iterate (int NESTED_FUNC_ATTR (*hook_in) (int id, int bus, int luns))
|
||||
{
|
||||
auto int hook (int id, int bus);
|
||||
int hook (int id, int bus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue