#ifndef __NFC_H__ #define __NFC_H__ #include bool initNFC(); void* processNFC(); void stopNFC(); #endif