/*#*
*#* $Log$
+ *#* Revision 1.9 2004/09/14 21:03:46 bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
*#* Revision 1.8 2004/08/25 14:12:08 rasky
*#* Aggiornato il comment block dei log RCS
*#*
#include "eeprom.h"
#include <mware/byteorder.h> /* cpu_to_be16() */
-#include <drv/kdebug.h>
+#include <debug.h>
#include <hw.h>
#include <macros.h> // MIN()
/*#*
*#* $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.
*#*
*#*
*#*/
-#include "kdebug.h"
+#include <debug.h>
+#include <cpu.h>
#include "hw.h"
#include "config.h"
/*!
* \file
* <!--
- * Copyright 2003,2004 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/)
* Copyright 2000 Bernardo Innocenti <bernie@develer.com>
* This file is part of DevLib - See devlib/README for information.
* -->
/*#*
*#* $Log$
+ *#* Revision 1.15 2004/09/14 21:07:18 bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
*#* Revision 1.14 2004/08/25 14:12:08 rasky
*#* Aggiornato il comment block dei log RCS
*#*
*#*
*#*/
-#include "hw.h"
-#include "kdebug.h"
#include "timer.h"
+#include <cpu.h>
#include CPU_HEADER(timer)
+#include <debug.h>
#if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS
#include <kern/proc.h>
/*#*
*#* $Log$
+ *#* Revision 1.14 2004/09/14 21:06:44 bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
*#* Revision 1.13 2004/08/29 21:58:53 bernie
*#* Include macros.h explicityl.
*#*
#include "cpu.h"
#include "event.h"
#include "hw.h"
-#include <drv/kdebug.h>
+#include <debug.h>
#include <arch_config.h> /* ARCH_EMUL */
#include <macros.h> /* ABS() */
/*#*
*#* $Log$
+ *#* Revision 1.8 2004/09/14 21:06:44 bernie
+ *#* Use debug.h instead of kdebug.h.
+ *#*
*#* Revision 1.7 2004/08/25 14:12:09 rasky
*#* Aggiornato il comment block dei log RCS
*#*
#include "proc.h"
#include "proc_p.h"
#include "hw.h"
-#include <drv/kdebug.h>
+#include <debug.h>
// FIXME
#if CONFIG_KERN_SIGNALS