1 /*
2  * Copyright 1993-2015 NVIDIA Corporation.  All rights reserved.
3  *
4  * Please refer to the NVIDIA end user license agreement (EULA) associated
5  * with this source code for terms and conditions that govern your use of
6  * this software. Any use, reproduction, disclosure, or distribution of
7  * this software and related documentation outside the terms of the EULA
8  * is strictly prohibited.
9  *
10  */
11 
12 #ifndef __cuda_h__
13 #define __cuda_h__
14 
15 /**
16 * CUDA API version support
17 */
18 
19 #include "host-common/dynlink_cuda_cuda.h"
20 
21 #endif //__cuda_h__
22