X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fparser.h;h=1b88831d72b4b0d8de6f452874c0f98011114eca;hp=bf9a4d02b4e5f55a96f9e604f49cb653bcad40c5;hb=4b77f0c4b55ff443ea06854cd12098ffce233c8a;hpb=ce5eab024583af5a4725503bad6ed2aee452b1aa diff --git a/discover/parser.h b/discover/parser.h index bf9a4d0..1b88831 100644 --- a/discover/parser.h +++ b/discover/parser.h @@ -20,6 +20,9 @@ enum generic_icon_type { #define streq(a,b) (!strcasecmp((a),(b))) +void parser_init(void); + void iterate_parsers(struct discover_context *ctx); +int parse_user_event(struct device *device, struct event *event); #endif /* _PARSER_H */