diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |