summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-05 19:58:46 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-07-05 19:58:57 +0200
commit4bf10a76e01d2f2971a86765722a4c4a65b584a7 (patch)
treede65ab1580c2d1bce82f2c2ecd401db219c4ee2d /device.h
parentb6a4bf7dbfeb4cafaac91cbb7b4d9ae97cbb587e (diff)
split alias support into a separate source file for better readability
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 108d383..88a421f 100644
--- a/device.h
+++ b/device.h
@@ -181,6 +181,7 @@ void device_free_unused(struct device *dev);
struct device *get_vlan_device_chain(const char *ifname, bool create);
void alias_notify_device(const char *name, struct device *dev);
+struct device *device_alias_get(const char *name);
static inline void
device_set_deferred(struct device *dev, bool value)