Merge "Documentation updates"
[o-du/l2.git] / src / mt / ss_drvr.c
index 0bc6575..777c39a 100644 (file)
@@ -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 */