#ifndef __HVC_H__ #define __HVC_H__ #include bool initHVC(); void* processHVC(); void stopHVC(); #endif