#ifndef _MGC_FSM__H #define _MGC_FSM__H #include "mgc_pub.h" #include "mgc.h" #include "mgc_const.h" #include "mgc_struct.h" void mgc_fsm(WORD port); #endif