#ifndef __zl_lhb_h__
#define __zl_lhb_h__

#ifdef __cplusplus
extern "C" {
#endif

int zarlinkLhbInit(void);
int zarlinkLhbRxTimeout(int port);
int zarlinkLhbRxDetect(int port);
int zarlinkLhbSetup(int port, boolean enable);

#ifdef __cplusplus
}
#endif

#endif /* __zl_lhb_h__ */

