/******************************************************************************* * * Module : stubs * Copyright : [2016] Trevor L. McDonell * License : BSD * * Extra bits for NVVM bindings * ******************************************************************************/ #ifndef C_STUBS_H #define C_STUBS_H #include #include // required for CUDA_VERSION, a proxy for NVVM_VERSION #endif /* C_STUBS_H */