#include <netat/adsp.h>
#include <netat/adsp_internal.h>
+static void InitContinue(CCBPtr, struct adspcmd *);
/*
* InitContinue
/*
* 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;
}
}
+#if 0
/*
* AdspBad
*
ap->ioResult = controlErr; /* Unknown csCode in the param block */
return EINVAL;
}
+
+#endif