This commit is contained in:
lmx
2025-10-29 13:10:02 +08:00
commit 49a07fa419
2284 changed files with 642060 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef _PLC_H_
#define _PLC_H_
#include "generic/typedef.h"
u32 PLC_query(void);
s8 PLC_init(void *pbuf);
void PLC_exit(void);
void PLC_run(s16 *inbuf, s16 *outbuf, u16 point, u8 repair_flag);
#endif