From ea24da728faf381a0204c424ee055a0572774e76 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 11 Apr 2017 14:33:22 -0700 Subject: gpu: nvgpu: Add wrapper nvgpu/bsearch.h Add wrapper header file nvgpu/bsearch.h. It #includes on Linux. JIRA NVGPU-13 Change-Id: I5893f91f2e1bcda99c68f94d9298d87ad4591c8f Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1461543 Reviewed-by: svccoveritychecker Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/include/nvgpu/bsearch.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 drivers/gpu/nvgpu/include/nvgpu/bsearch.h (limited to 'drivers/gpu/nvgpu/include') diff --git a/drivers/gpu/nvgpu/include/nvgpu/bsearch.h b/drivers/gpu/nvgpu/include/nvgpu/bsearch.h new file mode 100644 index 00000000..6140be26 --- /dev/null +++ b/drivers/gpu/nvgpu/include/nvgpu/bsearch.h @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + */ +#ifndef __NVGPU_BSEARCH_H__ +#define __NVGPU_BSEARCH_H__ + +#ifdef __KERNEL__ +#include +#endif + +#endif -- cgit v1.2.2