From f93c84e1b07474a7d776403b3516feeff4f3c933 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 8 Jan 2019 06:51:07 -0700 Subject: Initial commit Signed-off-by: Jens Axboe --- src/liburing.map | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/liburing.map (limited to 'src/liburing.map') diff --git a/src/liburing.map b/src/liburing.map new file mode 100644 index 0000000..ef48835 --- /dev/null +++ b/src/liburing.map @@ -0,0 +1,11 @@ +LIBURING_0.1 { + global: + io_uring_queue_init; + io_uring_queue_exit; + io_uring_get_completion; + io_uring_submit; + io_uring_get_iocb; + local: + *; + +}; -- cgit