Fsm
mISDN_FsmNew(struct Fsm *fsm,
mISDN_FsmFree(struct Fsm *fsm)
struct Fsm *fsm;
extern int mISDN_FsmNew(struct Fsm *, struct FsmNode *, int);
extern void mISDN_FsmFree(struct Fsm *);
struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
static struct Fsm deactfsm = {NULL, 0, 0, NULL, NULL};
static struct Fsm teifsmu = {NULL, 0, 0, NULL, NULL};
static struct Fsm teifsmn = {NULL, 0, 0, NULL, NULL};