summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-15 00:09:43 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-03-15 00:09:43 +0100
commit1c7bff698eb7adbe239ccf400345cfda3d466f39 (patch)
tree2681de6830f3098c80a77779f5d51d70e6d8cc1f /device.h
parent87648299f8944a3268210e0315f6b5244d42fa4f (diff)
parse tunnel devices from config
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 17676b8..7454d54 100644
--- a/device.h
+++ b/device.h
@@ -126,6 +126,7 @@ struct device_hotplug_ops {
extern const struct config_param_list device_attr_list;
extern const struct device_type simple_device_type;
extern const struct device_type bridge_device_type;
+extern const struct device_type tunnel_device_type;
void device_lock(void);
void device_unlock(void);