#ifndef _ETHASH_CUDA_MINER_KERNEL_GLOBALS_H_ #define _ETHASH_CUDA_MINER_KERNEL_GLOBALS_H_ //#include "cuda_helper.h" __constant__ uint32_t d_dag_size; __constant__ uint32_t d_max_outputs; #endif