12 lines
160 B
C
12 lines
160 B
C
#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
|