]> git.ozlabs.org Git - petitboot/blob - user-event.c
43d15b73c4c9eeebe186c3a9547ed664ee23e4ee
[petitboot] / 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 }