#include "gfx_p.h"
#include <cfg/debug.h> /* ASSERT() */
-#include <cfg/cpu.h> /* CPU_HARVARD */
+#include <cpu/cpu.h> /* CPU_HARVARD */
#include <cfg/macros.h> /* MIN() */
#include <appconfig.h> /* CONFIG_GFX_CLIPPING */
#define GFX_GFX_H
#include <cfg/compiler.h>
-#include <cfg/cpu.h> /* CPU_HARVARD */
+#include <cpu/cpu.h> /* CPU_HARVARD */
#include <appconfig.h> /* CONFIG_GFX_* */
#include "gfx_p.h"
#include <cfg/debug.h> /* ASSERT() */
-#include <cfg/cpu.h> /* CPU_HARVARD */
+#include <cpu/cpu.h> /* CPU_HARVARD */
#include <cfg/macros.h> /* SWAP() */
#include <appconfig.h> /* CONFIG_GFX_CLIPPING */
#include <cfg/compiler.h>
#include <cfg/macros.h> /* BV() */
-#include <cfg/cpu.h> /* CPU_HARVARD */
+#include <cpu/cpu.h> /* CPU_HARVARD */
#include <gfx/gfx.h> /* coord_t */
#include <stdarg.h>
#include <appconfig.h>
//#include <hw.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <cfg/macros.h> /* BV() */
#include <cfg/debug.h>
#include <mcp41_map.h>
#include <cfg/compiler.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <avr/io.h>
extern const uint16_t mcp41_ports[MCP41_CNT];
#ifndef KERN_MONITOR_H
#define KERN_MONITOR_H
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <config_kern.h>
#if CONFIG_KERN_MONITOR
#include "proc.h"
//#include "hw.h"
#include <mware/event.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <cfg/debug.h>
#include <cfg/arch_config.h> /* ARCH_EMUL */
#include <cfg/macros.h> /* ABS() */
#define KERN_PROC_H
#include <cfg/compiler.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <config_kern.h>
/* Fwd decl */
#define KERN_PROC_P_H
#include <cfg/compiler.h>
-#include <cfg/cpu.h> /* for cpu_stack_t */
+#include <cpu/cpu.h> /* for cpu_stack_t */
#include <mware/list.h>
#include <config_kern.h>
#include <appconfig.h>
#define MWARE_BYTEORDER_H
#include <cfg/compiler.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
/**
* Swap upper and lower bytes in a 16-bit value.
#ifndef MWARE_FIFO_H
#define MWARE_FIFO_H
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
#include <cfg/debug.h>
typedef struct FIFOBuffer
#include <stdarg.h> /* va_list */
#include <appconfig.h>
-#include <cfg/cpu.h> /* CPU_HARVARD */
+#include <cpu/cpu.h> /* CPU_HARVARD */
/**
* \name _formatted_write() configuration
*/
#include "observer.h"
-#include <cfg/cpu.h> // IRQ_DISABLE/IRQ_ENABLE
+#include <cpu/cpu.h> // IRQ_DISABLE/IRQ_ENABLE
void observer_SetEvent(Observer *observer, void (*event)(int event_id, void *param))
* 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/cpu.h> /* For CPU_HARVARD */
#if CPU_AVR