#ifndef __ABC800_CALLBACK_H__ #define __ABC800_CALLBACK_H__ #include "config.h" namespace abc800 { class callback { public: void wificonnect(); }; } #endif // __ABC800_CALLBACK_H__