add a system_init function for system control
[project/netifd.git] / system-dummy.c
index 5aa51c0..a5d352d 100644 (file)
 #include "device.h"
 #include "system.h"
 
+int system_init(void)
+{
+       return 0;
+}
+
 int system_bridge_addbr(struct device *bridge)
 {
        DPRINTF("brctl addbr %s\n", bridge->ifname);