summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 01:29:10 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 01:31:27 +0100
commite28c39c4fb5cfdba220fac525780e5bf15849bdf (patch)
tree7c569e3fec09d4f049c3f51e40c66f73a93e80e4 /docs
parent62a16d13b7f303683bfe84c899b61526340021a5 (diff)
uvt: ctx: add major/minor helpers
Two new functions to retrieve the current major number and dynamically allocate minor numbers. This can be used by clients that allocate more than one CDEV for VTs to dynamically retrieve a new minor number. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sym/libuvt.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sym/libuvt.sym b/docs/sym/libuvt.sym
index a747c43..c2bc069 100644
--- a/docs/sym/libuvt.sym
+++ b/docs/sym/libuvt.sym
@@ -30,6 +30,9 @@ global:
uvt_ctx_unref;
uvt_ctx_get_fd;
uvt_ctx_dispatch;
+ uvt_ctx_get_major;
+ uvt_ctx_new_minor;
+ uvt_ctx_free_minor;
uvt_cdev_new;
uvt_cdev_ref;