From 2a26075b8408b45d18920e3f4ca08a457b23a7e0 Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Mon, 10 Sep 2018 15:34:51 -0400 Subject: gpu: nvgpu: add exports for posix-bitop This adds the exported symbols required by the posix-bitops unit test for the libnvgpu-drv shared library. JIRA NVGPU-1042 Change-Id: Ia70921f9394fce013a1871b31d5682c0301098cf Signed-off-by: Philip Elcan Reviewed-on: https://git-master.nvidia.com/r/1819971 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/libnvgpu-drv.export | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/libnvgpu-drv.export b/drivers/gpu/nvgpu/libnvgpu-drv.export index 316e907b..b4244389 100644 --- a/drivers/gpu/nvgpu/libnvgpu-drv.export +++ b/drivers/gpu/nvgpu/libnvgpu-drv.export @@ -1,2 +1,17 @@ +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. + nvgpu_posix_probe nvgpu_posix_cleanup +__nvgpu_posix_ffs +__nvgpu_posix_fls +find_first_zero_bit +find_first_bit +find_next_bit +bitmap_find_next_zero_area_off +clear_bit +set_bit +test_bit +test_and_clear_bit +test_and_set_bit +bitmap_clear +bitmap_set -- cgit v1.2.2