diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 03:52:39 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-05 03:52:39 +0200 |
commit | d3a4844047c7b3c62511a9836a81703b5ee70fc0 (patch) | |
tree | cd25491c58cbba0bebd5f0f17ce155d668528544 /device.h | |
parent | b18fb36bd3c7615733c351c99691e1139f386c0c (diff) |
add code for cleaning up unused devices mentioned in the config
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -100,6 +100,8 @@ int claim_device(struct device *dev); void release_device(struct device *dev); int check_device_state(struct device *dev); +void cleanup_devices(void); + struct device *get_vlan_device_chain(const char *ifname, bool create); struct device *bridge_create(const char *name, struct uci_section *s); |