summaryrefslogtreecommitdiffstats
path: root/dundee/dundee.h
diff options
context:
space:
mode:
authorPaulo Borges <paulo.borges@openbossa.org>2013-03-20 19:26:41 -0300
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2013-03-24 13:23:10 +0100
commit8eecae16c07f3488b5d9a2d8d6d8e848d648f49e (patch)
tree854a3f68de139700b26efc521ff6bb1327c96ee8 /dundee/dundee.h
parentbd29b330830c6a55b2c2cb6ee9f3a1ea70c0d705 (diff)
downloadofono-8eecae16c07f3488b5d9a2d8d6d8e848d648f49e.tar.bz2
dundee: Add dundee disconnect function
Diffstat (limited to 'dundee/dundee.h')
-rw-r--r--dundee/dundee.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dundee/dundee.h b/dundee/dundee.h
index daf78a54..1889d84a 100644
--- a/dundee/dundee.h
+++ b/dundee/dundee.h
@@ -130,6 +130,9 @@ 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_disconnect(const struct dundee_error *error,
+ struct dundee_device *device);
+
void dundee_device_set_data(struct dundee_device *device, void *data);
void *dundee_device_get_data(struct dundee_device *device);