* \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 */
#ifndef NET_KEYTAG_H
#define NET_KEYTAG_H
+#include <kern/kfile.h>
+#include <drv/ser.h>
+
/**
* Starting communication char (STX).
*/
*/
#define TAG_MAX_PRINT_CHARS 12
-#include <kern/kfile.h>
-
/**
* Structure of a Tag packet
*/