diff options
author | Steven Barth <steven@midlink.org> | 2011-09-23 14:09:25 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2011-09-23 14:09:25 +0000 |
commit | 8e3fc8bfa55fe256ab9520db8df94dae57a1dc28 (patch) | |
tree | 11e0851e9a848bb350520e80e9f5bb45f27dbcdf /system.h | |
parent | 2c915b27e10c02795eea8b2fb9f327a62c5ef40d (diff) | |
download | netifd-8e3fc8bfa55fe256ab9520db8df94dae57a1dc28.tar.gz |
add a system_init function for system control
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); |