From 8e3fc8bfa55fe256ab9520db8df94dae57a1dc28 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 23 Sep 2011 14:09:25 +0000 Subject: add a system_init function for system control --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') 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); -- cgit v1.2.3