summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPhilip Elcan <pelcan@nvidia.com>2018-09-10 15:34:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 13:14:47 -0400
commit2a26075b8408b45d18920e3f4ca08a457b23a7e0 (patch)
tree19c028160c647d118be4e009de1b8f70740a9ff6 /drivers
parent1c00099f60567b1166028d5795f62254419e2975 (diff)
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 <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1819971 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/libnvgpu-drv.export15
1 files changed, 15 insertions, 0 deletions
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 @@
1# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
2
1nvgpu_posix_probe 3nvgpu_posix_probe
2nvgpu_posix_cleanup 4nvgpu_posix_cleanup
5__nvgpu_posix_ffs
6__nvgpu_posix_fls
7find_first_zero_bit
8find_first_bit
9find_next_bit
10bitmap_find_next_zero_area_off
11clear_bit
12set_bit
13test_bit
14test_and_clear_bit
15test_and_set_bit
16bitmap_clear
17bitmap_set