- HD_SCSICMD: assume there is no sense-data buffer if no AUTOSENSE
[AROS.git] / rom / debug / kdofmt.c
blobe11a8528551f50b0b75176034ed56b6224cef89a
1 #include <proto/debug.h>
2 #include <proto/exec.h>
4 VOID KDoFmt(CONST_STRPTR formatString, CONST APTR dataStream, CONST APTR putChProc, APTR putChData)
6 RawDoFmt(formatString, dataStream, putChProc, putChData);