X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fparser-test.h;fp=test%2Fparser%2Fparser-test.h;h=5ecfefc9b6ee46f7b469515651464e7d0d649564;hp=3a4382ad2226e65de8fcd7df6e2f1afe2516138f;hb=22b9ca8f4b9d28b4405576b39a87d3d0c945dd07;hpb=31998343c5eb5533ef85b97f5bb2ffe200eb2ad0 diff --git a/test/parser/parser-test.h b/test/parser/parser-test.h index 3a4382a..5ecfefc 100644 --- a/test/parser/parser-test.h +++ b/test/parser/parser-test.h @@ -31,6 +31,8 @@ void test_read_conf_file(struct parser_test *test, const char *filename); int test_run_parser(struct parser_test *test, const char *parser_name); +void test_hotplug_device(struct parser_test *test, struct discover_device *dev); + struct discover_boot_option *get_boot_option(struct discover_context *ctx, int idx);