]> git.ozlabs.org Git - petitboot/blob - test/parser/user-event.c
utils/pb-sos: Don't create files in root by default
[petitboot] / test / parser / user-event.c
1
2 #include <assert.h>
3
4 #include <types/types.h>
5
6 struct device_handler;
7
8 void device_handler_add_plugin_option(struct device_handler *handler,
9                 struct plugin_option *opt)
10 {
11         (void)handler;
12         (void)opt;
13 }