summaryrefslogtreecommitdiffstats
path: root/hotplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'hotplug.c')
-rw-r--r--hotplug.c10
1 files changed, 10 insertions, 0 deletions
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)
+{
+}
+