Use new header locations everywhere
[bertos.git] / bertos / drv / eeprom.c
index 250141a301aa5bdab094891d66da06c88d5186f9..7caac605ff3981b405d79a60e8693ac33e80219b 100644 (file)
  *
  * \version $Id$
  * \author Stefano Fedrigo <aleph@develer.com>
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 #include "eeprom.h"
 
+#warning TODO:Test and complete this module for arm platform.
+
+#if 0
+#include "cfg/cfg_eeprom.h"  // CONFIG_EEPROM_VERIFY
 #include <cfg/macros.h>  // MIN()
 #include <cfg/debug.h>
 
-#include <appconfig.h>  // CONFIG_EEPROM_VERIFY
-
 #include <cpu/attr.h>
 #include CPU_HEADER(twi)
 
 #include <drv/wdt.h>
 
-#include <mware/byteorder.h> // cpu_to_be16()
+#include <cpu/byteorder.h> // cpu_to_be16()
 
 #include <string.h>  // memset()
 
@@ -342,3 +344,4 @@ void eeprom_test(void)
 }
 
 #endif // _DEBUG
+#endif