diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 01:27:32 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 01:27:32 +0100 |
commit | e62850ded5637e63cb7ceb4744e63868f2b371da (patch) | |
tree | d98185e8f8b5f133df10c13dd39210807c689124 /docs | |
parent | fdf045317f91fe15f23b97a3dc405aeb0c23d117 (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.sym | 6 |
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: *; }; |