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