fix 3rd argument to scsi_iterate

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-24 17:09:56 +01:00
parent faec81d97d
commit 22a7cc9a6f
4 changed files with 5 additions and 5 deletions

View file

@ -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)