add support for alias devices, which are activated based on hotplug events containing...
[project/netifd.git] / device.h
index 8d610c93bc4a99168c07c303fa732b56d5391db3..686b1b105bbfb067d1a4a42f00c9e544b721cab3 100644 (file)
--- a/device.h
+++ b/device.h
@@ -143,5 +143,6 @@ device_free(struct device *dev)
 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);
 
 #endif