blob: 0f9cc94832cb3d1cba93200e21efcd7e331ccc2f [file] [log] [blame]
Harald Welte6fc784e2018-02-25 23:31:37 +01001module L1CTL_PortType_CtrlFunct {
2
3import from L1CTL_PortType all;
4import from UD_Types all;
5
6 external function f_L1CTL_setGetMsgLen(
7 inout L1CTL_PT portRef,
8 in integer id,
9 inout f_UD_getMsgLen f,
10 in ro_integer msgLenArgs
11 );
12
13}