summaryrefslogtreecommitdiff
path: root/src/liburing.map
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-06-04 20:35:44 -0600
committerJens Axboe <axboe@kernel.dk>2019-06-04 20:35:44 -0600
commit9f44fb0e64e68c304d71c1cc21ddb1de7772c1c4 (patch)
treed77e6e9ec070f76b26d2766e6e8c6ff2e7ae82ac /src/liburing.map
parentb4b3d8c97b2de68e2bbac5f5a37988677c44302a (diff)
Add basic helpers for file/buffer registration
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/liburing.map')
-rw-r--r--src/liburing.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/liburing.map b/src/liburing.map
index 39b0ca8..d940da2 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -11,6 +11,10 @@ LIBURING_0.1 {
io_uring_setup;
io_uring_enter;
io_uring_mmap;
+ io_uring_register_buffers;
+ io_uring_unregister_buffers;
+ io_uring_register_files;
+ io_uring_unregister_files;
local:
*;