8 #include <aros/debug.h>
10 // DEBUG 0 should equal undefined DEBUG
18 #define KPRINTF(l, x) do { if ((l) >= DB_LEVEL) \
19 { bug("%s:%s/%lu: ", __FILE__, __FUNCTION__, __LINE__); bug x;} } while (0)
21 void dumpmem(void *mem
, unsigned long int len
);
24 #define KPRINTF(l, x) ((void) 0)
29 #endif /* __DEBUG_H__ */