Doc fixes.
[bertos.git] / mware / pgm.h
index 11da5046d082f3cfb890a6de41e4054022b42e21..eebe87fe1107a8a716f5ce63632a5303759d82e5 100644 (file)
@@ -26,8 +26,8 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ * Copyright 2005 ,2006, 2007 Develer S.r.l. (http://www.develer.com/)
+ *
  * -->
  *
  * \brief Support for reading program memory on Harvard architectures.
 #ifndef MWARE_PGM_H
 #define MWARE_PGM_H
 
-#include <cfg/cpu_detect.h>
 #include <cfg/compiler.h> /* For intXX_t */
-#include <cfg/cpu.h> /* For CPU_HARVARD */
+#include <cpu/detect.h>
+#include <cpu/attr.h>     /* For CPU_HARVARD */
+#include <cpu/types.h>    /* For SIZEOF_INT */
 
 #if CPU_AVR