X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fparser.h;h=a80d1b5b8df43ccf4cee400ce125395212446025;hp=589c6ff20de188409e5d04daedd81507fa76f469;hb=12a5c9153ce95ddde7fb14eaba9d779933a3637c;hpb=bd06734362bb727b09b943688d9b69aa0a84590d diff --git a/discover/parser.h b/discover/parser.h index 589c6ff..a80d1b5 100644 --- a/discover/parser.h +++ b/discover/parser.h @@ -21,6 +21,7 @@ enum generic_icon_type { void parser_init(void); void iterate_parsers(struct discover_context *ctx); -int parse_user_event(struct device *device, struct event *event); +struct boot_option *parse_user_event(struct device *device, + struct event *event); #endif /* _PARSER_H */