version 1.1, 2012/02/21 23:32:47
|
version 1.1.1.2, 2021/03/17 00:39:23
|
Line 85
|
Line 85
|
extern Mbuf EcpDataInput(Bund b, Mbuf bp); |
extern Mbuf EcpDataInput(Bund b, Mbuf bp); |
extern Mbuf EcpDataOutput(Bund b, Mbuf bp); |
extern Mbuf EcpDataOutput(Bund b, Mbuf bp); |
extern void EcpSendResetReq(Fsm fp); |
extern void EcpSendResetReq(Fsm fp); |
extern int EcpStat(Context ctx, int ac, char *av[], void *arg); | extern int EcpStat(Context ctx, int ac, const char *const av[], const void *arg); |
|
|
extern int EcpsInit(void); |
extern int EcpsInit(void); |
extern void EcpsShutdown(void); |
extern void EcpsShutdown(void); |