]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Write.c
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Write.c
index 9037c3dc01494fb2288c4241337f6ad3d3da0189..acc5ad4e94ece02b1b905eaec4a20485501d416f 100644 (file)
@@ -55,7 +55,8 @@
 #include <netat/adsp.h>
 #include <netat/adsp_internal.h>
 
-void completepb();
+
+int FillSendQueue(CCBPtr, struct adspcmd *);
 
 /*
  * FillSendQueue
@@ -65,9 +66,9 @@ void completepb();
  * OUTPUTS:
  *             none
  */
-int FillSendQueue(sp, pb)              /* (CCBPtr sp) */
-    register CCBPtr sp;
-    register struct adspcmd *pb; /* The write PB we're playing with */
+int FillSendQueue(             /* (CCBPtr sp) */
+    register CCBPtr sp,
+    register struct adspcmd *pb) /* The write PB we're playing with */
 {
        gbuf_t *mb, *nmb;
        int eom;                /* True if should set eom in header */