You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
322 B

3 months ago
#ifndef _LOCK_H_
#define _LOCK_H_
void lock_init(void);
int ecm_lock(void);
int ecm_unlock(void);
int hmi_lock(void);
int hmi_unlock(void);
int ems_104_lock(void);
int ems_104_unlock(void);
int ems_modbus_lock(void);
int ems_modbus_unlock(void);
int transmit_lock(void);
int transmit_unlock(void) ;
#endif