Remove \version svn tag.
[bertos.git] / bertos / drv / sipo.h
index 85c85d8e72faf74e624cc352e4a35257ace25a7b..a527d6e46dd249fc009bd6aa3d821c0534f6fdce 100644 (file)
@@ -33,7 +33,6 @@
  * \brief Generic Serial-in, Parallel-out implementation (SIPO).
  *
  *
- * \version $Id$
  *
  * \author Andrea Grandi <andrea@develer.com>
  * \author Daniele Basile <asterix@develer.com>
@@ -52,7 +51,7 @@
 
 #include "hw/hw_sipo.h"
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #define SIPO_DATAORDER_START_LSB        1
 #define SIPO_DATAORDER_START_MSB     0x80
@@ -86,14 +85,6 @@ typedef enum SipoLoadPol
 
 } SipoLoadPol;
 
-/**
- * Map sipo connection on board.
- */
-typedef enum SipoMap
-{
-       SIPO_CNT
-} SipoMap;
-
 /**
  * Sipo KFile context structure.
  */