mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
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>
18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
# 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
|