X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fhandler.c;h=68d882b82174937bbdc50846d917876d1c59085a;hp=97ae3885a16f55eb088e0137c2f68893c0a29bb6;hb=8b2ccd525b328994d3e62c01092b20859a23e36d;hpb=263968fb67cdaa58e1ff8d9a35a72921ffbac7ef diff --git a/test/parser/handler.c b/test/parser/handler.c index 97ae388..68d882b 100644 --- a/test/parser/handler.c +++ b/test/parser/handler.c @@ -43,6 +43,14 @@ void discover_server_notify_config(struct discover_server *server, (void)config; } +void system_info_register_blockdev(const char *name, const char *uuid, + const char *mountpoint) +{ + (void)name; + (void)uuid; + (void)mountpoint; +} + void parser_init(void) { }