From ad272ffe7e9d815aca79def21e35e83fa479840a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Jul 2012 15:09:40 +0200 Subject: device: export device_broadcast_event --- device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device.h') diff --git a/device.h b/device.h index c76c472..3f8dc37 100644 --- a/device.h +++ b/device.h @@ -163,6 +163,7 @@ void device_cleanup(struct device *iface); struct device *device_get(const char *name, int create); void device_add_user(struct device_user *dep, struct device *iface); void device_remove_user(struct device_user *dep); +void device_broadcast_event(struct device *dev, enum device_event ev); void device_set_present(struct device *dev, bool state); void device_refresh_present(struct device *dev); -- cgit v1.2.3