#ifndef _MINER_H #define _MINER_H #include void miner_main(void); #endif