Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / eeprom.h
index d2a09b1788d230ea2f361ae1009d3573270b55b7..5bd834af6441222c4db44c0968617ee645dd322c 100644 (file)
@@ -44,7 +44,7 @@
 
 #include <cfg/compiler.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 
 /**
@@ -56,6 +56,7 @@ typedef enum EepromType
        EEPROM_24XX16,
        EEPROM_24XX256,
        EEPROM_24XX512,
+       EEPROM_24XX1024,
        EEPROM_CNT,
 } EepromType;