summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 01:27:32 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 01:27:32 +0100
commite62850ded5637e63cb7ceb4744e63868f2b371da (patch)
treed98185e8f8b5f133df10c13dd39210807c689124 /docs
parentfdf045317f91fe15f23b97a3dc405aeb0c23d117 (diff)
uvt: add SHL_EXPORT to cdev+ctx subsystems
We need to export the symbols to make use of them. This exports all useful ctx+cdev functions for outside use. The other subsystems still need to get reviewed before we export them. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sym/libuvt.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sym/libuvt.sym b/docs/sym/libuvt.sym
index d4eed58..a747c43 100644
--- a/docs/sym/libuvt.sym
+++ b/docs/sym/libuvt.sym
@@ -30,6 +30,12 @@ global:
uvt_ctx_unref;
uvt_ctx_get_fd;
uvt_ctx_dispatch;
+
+ uvt_cdev_new;
+ uvt_cdev_ref;
+ uvt_cdev_unref;
+ uvt_cdev_register_cb;
+ uvt_cdev_unregister_cb;
local:
*;
};