#ifndef _HELLO_KERNEL_H_ #define _HELLO_KERNEL_H_ __global__ void hello_kernel() { } #endif