new paragraph named xdh_60t4_e.c xsdh_60a32_e.c omron_cp1l.c

This commit is contained in:
Wien.b
2023-04-13 19:55:40 -07:00
parent d797a999ae
commit 0a58099c51
28 changed files with 1309 additions and 51 deletions
@@ -28,6 +28,8 @@
extern "C" {
#endif
struct ControlProtocol;
typedef struct ControlProtocol *ControlProtocolType;
@@ -98,6 +100,9 @@ int ControlProtocolWrite(struct ControlProtocol *control_protocol, const void *b
/*Control Framework Protocol Ioctl*/
int ControlProtocolIoctl(struct ControlProtocol *control_protocol, int cmd, void *args);
/*Control Framework new certain Protocol*/
ControlProtocolType control_protocol;
#ifdef __cplusplus
}
#endif