revert between 56095 -> 55830 in arch
[AROS.git] / rom / filesys / SFS / FS / debug_protos.h
blobeceddf73521c11842e28426403e0094f393bec4e
1 #ifndef _DEBUG_PROTOS_H
2 #define _DEBUG_PROTOS_H
4 #include "fs.h"
6 #ifdef DEBUGCODE
7 void BEGIN(void);
8 void END(UBYTE *name);
10 #ifndef DEBUGKPRINTF
11 void debug(UBYTE *fmt, ... );
12 void tdebug(UBYTE *fmt, ... );
13 void xdebug(ULONG type,UBYTE *fmt, ... );
14 #else
15 void kprintf(const char *, ... );
16 void xkprintf(ULONG type,const char *, ... );
17 #endif
18 #endif
20 #endif // _DEBUG_PROTOS_H