Use debug.h instead of kdebug.h.
[bertos.git] / drv / kdebug.c
index cabd8b7a8a9f3cd0d8a7cffe67f3cd77d4ffc160..c64ab13921d4495630f099cae979d5992eeabc21 100755 (executable)
@@ -16,6 +16,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.15  2004/09/14 21:03:46  bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
  *#* Revision 1.14  2004/09/06 21:39:56  bernie
  *#* Allow partial redefinition of BUS macros.
  *#*
@@ -61,7 +64,8 @@
  *#*
  *#*/
 
-#include "kdebug.h"
+#include <debug.h>
+#include <cpu.h>
 #include "hw.h"
 #include "config.h"