Change dflash prefix into dataflash; add flush and loadpage function; add write proto...
[bertos.git] / cfg / compiler.h
index 565dfdf83378908d0dcfb3b0700c8f73d64373e3..5a73038a65a75e45acf695b3d1072f879c9152dc 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2001, 2002, 2003 Bernardo Innocenti <bernie@codewiz.org>
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief Additional support macros for compiler independance
 #ifndef DEVLIB_COMPILER_H
 #define DEVLIB_COMPILER_H
 
-#include <cfg/cpu_detect.h>
+#include <cpu/detect.h>
 
 
 #if defined __GNUC__ && defined __GNUC_MINOR__