#ifndef _KERNEL_H_ #define _KERNEL_H_ __global__ void add( int a, int b, int *c ); #endif