From 0e1ddb8cc10fab53958d5a73329efefaa49b7b12 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Feb 2013 23:52:46 +0100 Subject: hotplug: add parser for new hotplug event rulesets (work in progress, not integrated yet) Signed-off-by: Felix Fietkau --- hotplug.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hotplug.c (limited to 'hotplug.c') diff --git a/hotplug.c b/hotplug.c new file mode 100644 index 0000000..7e681f9 --- /dev/null +++ b/hotplug.c @@ -0,0 +1,10 @@ +#include "hotplug.h" + +void rule_handle_command(const char *name, struct blob_attr *data) +{ +} + +void rule_error(struct blob_attr *cur, const char *msg) +{ +} + -- cgit v1.2.3