diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-05 19:58:46 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-05 19:58:57 +0200 |
commit | 4bf10a76e01d2f2971a86765722a4c4a65b584a7 (patch) | |
tree | de65ab1580c2d1bce82f2c2ecd401db219c4ee2d /device.h | |
parent | b6a4bf7dbfeb4cafaac91cbb7b4d9ae97cbb587e (diff) |
split alias support into a separate source file for better readability
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |