summaryrefslogtreecommitdiffhomepage
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c
index 5aa51c0..a5d352d 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -11,6 +11,11 @@
#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);