From 5091c3caffe6d6ba1b45cf1ed1311ed165c6a1f9 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 20 Dec 2011 15:23:19 +0100 Subject: dundee: Add driver helper functions --- dundee/dundee.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dundee/dundee.h') diff --git a/dundee/dundee.h b/dundee/dundee.h index ae14e013..cf0c36a4 100644 --- a/dundee/dundee.h +++ b/dundee/dundee.h @@ -126,6 +126,11 @@ struct dundee_device *dundee_device_create(struct dundee_device_driver *d); int dundee_device_register(struct dundee_device *device); void dundee_device_unregister(struct dundee_device *device); +void dundee_device_set_data(struct dundee_device *device, void *data); +void *dundee_device_get_data(struct dundee_device *device); + +int dundee_device_set_name(struct dundee_device *device, const char *name); + typedef void (*dundee_device_foreach_func)(struct dundee_device *device, void *data); void __dundee_device_foreach(dundee_device_foreach_func cb, void *userdata); -- cgit v1.2.3