Define forbid_cnt.
[bertos.git] / drv / ser_dsp56k.c
index a5a96fb7fb404bd106d1f5fdfbde32e34e9cec77..dccc806ae47105549c3bd0c8e76d9940f7c03827 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.6  2004/10/03 20:43:22  bernie
+ *#* Import changes from sc/firmware.
+ *#*
  *#* Revision 1.5  2004/08/25 14:12:08  rasky
  *#* Aggiornato il comment block dei log RCS
  *#*
  *#*
  *#* Revision 1.2  2004/05/23 18:21:53  bernie
  *#* Trim CVS logs and cleanup header info.
- *#*
  *#*/
 
 #include "ser.h"
 #include "ser_p.h"
-#include <drv/kdebug.h>
 #include <drv/irq.h>
+#include <debug.h>
 #include <hw.h>
-#include <DSP56F807.H>
+#include <DSP56F807.h>
 
 // GPIO E is shared with SPI (in DSP56807). Pins 0&1 are TXD0 and RXD0. To use
 //  the serial, we need to disable the GPIO functions on them.