#ifndef __zl_trunk_h__
#define __zl_trunk_h__


#ifdef __cplusplus
extern "C" {
#endif

int zarlinkTrunkInit(void);

// single routine -- let the trunk module sort out active/standby channels
int zarlinkTrunkFailover(int portNum);

#ifdef __cplusplus
}
#endif

#endif /* __zl_trunk_h__ */

