add support for alias devices, which are activated based on hotplug events containing...
[project/netifd.git] / device.h
index 8d610c9..686b1b1 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