]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Init.c
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Init.c
index 6c7895cb2182d7c4a6ca6f3b1cab1660d8c7f3e6..eb79cdf2bbe4d0da28f870b7107c282153cdbb66 100644 (file)
@@ -56,6 +56,7 @@
 #include <netat/adsp.h>
 #include <netat/adsp_internal.h>
 
+static void InitContinue(CCBPtr, struct adspcmd *);
 
 /*
  * InitContinue
@@ -82,7 +83,7 @@ static void InitContinue(sp, pb) /* (CCBPtr sp, DSPPBPtr pb, int soc) */
     /*
      * Link the new ccb onto queue.  Must be done with interrupts off.
      */
-    qAddToEnd(AT_ADSP_STREAMS, sp); /* Put on linked list of connections */
+    qAddToEnd((struct qlink **)AT_ADSP_STREAMS, (struct qlink *)sp); /* Put on linked list of connections */
     return;
 }
 
@@ -158,6 +159,7 @@ int adspInit(sp, ap)                /* (DSPPBPtr pb) */
 }
 
 
+#if 0
 /*
  * AdspBad
  *
@@ -174,3 +176,5 @@ int AdspBad(ap)                     /* (DSPPBPtr pb) */
        ap->ioResult = controlErr; /* Unknown csCode in the param block */
        return EINVAL;
 }
+
+#endif