Doc fixes.
[bertos.git] / mware / pgm.h
index 207e0aa4c2544774b0dc6e709d74d79986a0548b..eebe87fe1107a8a716f5ce63632a5303759d82e5 100644 (file)
@@ -26,7 +26,7 @@
  * 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/)
+ * Copyright 2005 ,2006, 2007 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
 #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