X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fgrub2%2Fgrub2.h;h=1515d690a528ed1931ec1d07692748da09b8bb38;hb=658244e405261ce92239b4002efcd2cd56d91470;hp=5ee8503dbf88af6c0db0934c075faac3cf3c24db;hpb=1972d9cfcc5300cd8cb2f587d9bc5f856322ae8f;p=petitboot diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h index 5ee8503..1515d69 100644 --- a/discover/grub2/grub2.h +++ b/discover/grub2/grub2.h @@ -167,7 +167,7 @@ void script_register_function(struct grub2_script *script, void register_builtins(struct grub2_script *script); /* resources */ -struct resource *create_grub2_resource(void *ctx, +struct resource *create_grub2_resource(struct discover_boot_option *opt, struct discover_device *orig_device, const char *root, const char *path);