Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 Mar 2008 00:01:15 +0000 (00:01 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 Mar 2008 00:01:15 +0000 (00:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1207 38d2e660-2303-0410-9eaa-f027e97ec537

drv/kdebug.c
net/keytag.h

index 1e20615a59cc8d1a16cd0c84e060ec3be03a2e18..c461b7281cbf2b496ef374119748fbdd082318d4 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-
-#include <cfg/debug.h>
 #include <cpu/irq.h>
 #include <cpu/attr.h>
 #include <cpu/types.h>
+
 #include <cfg/macros.h> /* for BV() */
+#include <cfg/debug.h>
+
 #include <appconfig.h>
 #warning what about these?
 //#include <hw_cpu.h>     /* for CLOCK_FREQ */
index ab87be21797458253a199bc9aa67b16f25ff971c..541005ea694c9fdb969cce3b637098ef186e5d3d 100644 (file)
@@ -38,6 +38,9 @@
 #ifndef NET_KEYTAG_H
 #define NET_KEYTAG_H
 
+#include <kern/kfile.h>
+#include <drv/ser.h>
+
 /**
  * Starting communication char (STX).
  */
@@ -61,8 +64,6 @@
  */
 #define TAG_MAX_PRINT_CHARS 12
 
-#include <kern/kfile.h>
-
 /**
  * Structure of a Tag packet
  */