X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_drvr.c;h=777c39ae20febf7e52a95d6fefd17661e193f5f7;hb=ba99af5e5ea60b0d8eede9f3323fc9a9991fcfe3;hp=0bc65757a9eb6c689dd7f8b2fdfd46d37943dd91;hpb=694adde1a08c393a8443fd5bbd4f036f5cf85403;p=o-du%2Fl2.git diff --git a/src/mt/ss_drvr.c b/src/mt/ss_drvr.c index 0bc65757a..777c39ae2 100644 --- a/src/mt/ss_drvr.c +++ b/src/mt/ss_drvr.c @@ -93,7 +93,6 @@ * File: ss_drvr.c * */ -#ifdef ANSI S16 SRegDrvrTsk ( Inst channel, /* channel instance */ @@ -102,14 +101,6 @@ ProcId high, /* processor ID -- high */ ActvTsk actvTsk, /* activation function */ ISTsk isTsk /* interrupt service function */ ) -#else -S16 SRegDrvrTsk(channel, low, high, actvTsk, isTsk) -Inst channel; /* channel instance */ -ProcId low; /* processor ID -- low */ -ProcId high; /* processor ID -- high */ -ActvTsk actvTsk; /* activation function */ -ISTsk isTsk; /* interrupt service function */ -#endif { S16 ret; #if (ERRCLASS & ERRCLS_INT_PAR) @@ -121,8 +112,8 @@ ISTsk isTsk; /* interrupt service function */ /* ss029.103: modification: multiple procId related changes */ #ifdef SS_MULTIPLE_PROCS - U16 count; - U16 i; + uint16_t count; + uint16_t i; ProcId procIdLst[SS_MAX_PROCS]; #endif /* SS_MULTIPLE_PROCS */ @@ -241,15 +232,10 @@ ISTsk isTsk; /* interrupt service function */ * File: ss_drvr.c * */ -#ifdef ANSI S16 SDeregDrvrTsk ( Inst channel /* channel instance */ ) -#else -S16 SDeregDrvrTsk(channel) -Inst channel; -#endif { /* ss002.301 Modifications */