summaryrefslogtreecommitdiffstats
path: root/hotplug.c
blob: 7e681f925bae57eccf4680c46cb19995d30916a0 (plain)
1
2
3
4
5
6
7
8
9
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)
{
}