summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.h b/system.h
index 8658467..c9b28c8 100644
--- a/system.h
+++ b/system.h
@@ -5,6 +5,8 @@
#include "device.h"
#include "interface-ip.h"
+int system_init(void);
+
int system_bridge_addbr(struct device *bridge);
int system_bridge_delbr(struct device *bridge);
int system_bridge_addif(struct device *bridge, struct device *dev);