summaryrefslogtreecommitdiffstats
path: root/test/parser/user-event.c
blob: 43d15b73c4c9eeebe186c3a9547ed664ee23e4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include <assert.h>

#include <types/types.h>

struct device_handler;

void device_handler_add_plugin_option(struct device_handler *handler,
		struct plugin_option *opt)
{
	(void)handler;
	(void)opt;
}
OpenPOWER on IntegriCloud