Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / sipo.h
index 85c85d8e72faf74e624cc352e4a35257ace25a7b..7dbc6cc8504f945f745cb89fcc29d12e1a736466 100644 (file)
@@ -52,7 +52,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 +86,6 @@ typedef enum SipoLoadPol
 
 } SipoLoadPol;
 
-/**
- * Map sipo connection on board.
- */
-typedef enum SipoMap
-{
-       SIPO_CNT
-} SipoMap;
-
 /**
  * Sipo KFile context structure.
  */