diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 01:29:10 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 01:31:27 +0100 |
commit | e28c39c4fb5cfdba220fac525780e5bf15849bdf (patch) | |
tree | 7c569e3fec09d4f049c3f51e40c66f73a93e80e4 /docs | |
parent | 62a16d13b7f303683bfe84c899b61526340021a5 (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.sym | 3 |
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; |