QuEST_gpu_common.h
1// Distributed under MIT licence. See https://github.com/QuEST-Kit/QuEST/blob/master/LICENCE.txt for details
2
10# ifndef QUEST_GPU_COMMON_H
11# define QUEST_GPU_COMMON_H
12
13# ifdef __cplusplus
14extern "C" {
15# endif
16
17
18
19int GPUExists(void);
20
21
22
23#ifdef __cplusplus
24}
25#endif
26
27# endif // QUEST_GPU_COMMON_H