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-dummy.c | |
parent | 2c915b27e10c02795eea8b2fb9f327a62c5ef40d (diff) |
add a system_init function for system control
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 5 |
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); |