From 21b3b0c37366068ae6247c15f30505c055e473a5 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 11 Oct 2007 14:51:31 +0000 Subject: [PATCH] Update cpu.h dir. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@855 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/bitmap.c | 2 +- gfx/gfx.h | 2 +- gfx/line.c | 2 +- gfx/text.h | 2 +- hw/hw_lcd.h | 2 +- hw/hw_mcp41.h | 2 +- kern/monitor.h | 2 +- kern/proc.c | 2 +- kern/proc.h | 2 +- kern/proc_p.h | 2 +- mware/byteorder.h | 2 +- mware/fifobuf.h | 2 +- mware/formatwr.h | 2 +- mware/observer.c | 2 +- mware/pgm.h | 6 +++--- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/gfx/bitmap.c b/gfx/bitmap.c index a34bbdd1..ebc648f4 100644 --- a/gfx/bitmap.c +++ b/gfx/bitmap.c @@ -41,7 +41,7 @@ #include "gfx_p.h" #include /* ASSERT() */ -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ #include /* MIN() */ #include /* CONFIG_GFX_CLIPPING */ diff --git a/gfx/gfx.h b/gfx/gfx.h index d183ff54..5687986f 100644 --- a/gfx/gfx.h +++ b/gfx/gfx.h @@ -16,7 +16,7 @@ #define GFX_GFX_H #include -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ #include /* CONFIG_GFX_* */ diff --git a/gfx/line.c b/gfx/line.c index 632c399e..c5a6046f 100644 --- a/gfx/line.c +++ b/gfx/line.c @@ -59,7 +59,7 @@ #include "gfx_p.h" #include /* ASSERT() */ -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ #include /* SWAP() */ #include /* CONFIG_GFX_CLIPPING */ diff --git a/gfx/text.h b/gfx/text.h index a2331006..87bacfae 100644 --- a/gfx/text.h +++ b/gfx/text.h @@ -101,7 +101,7 @@ #include #include /* BV() */ -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ #include /* coord_t */ #include diff --git a/hw/hw_lcd.h b/hw/hw_lcd.h index ee3c1a79..f4d30d15 100644 --- a/hw/hw_lcd.h +++ b/hw/hw_lcd.h @@ -52,7 +52,7 @@ #include //#include -#include +#include #include /* BV() */ #include diff --git a/hw/hw_mcp41.h b/hw/hw_mcp41.h index aa87c8c3..5af88780 100644 --- a/hw/hw_mcp41.h +++ b/hw/hw_mcp41.h @@ -42,7 +42,7 @@ #include #include -#include +#include #include extern const uint16_t mcp41_ports[MCP41_CNT]; diff --git a/kern/monitor.h b/kern/monitor.h index f34168aa..bbed637c 100644 --- a/kern/monitor.h +++ b/kern/monitor.h @@ -63,7 +63,7 @@ #ifndef KERN_MONITOR_H #define KERN_MONITOR_H -#include +#include #include #if CONFIG_KERN_MONITOR diff --git a/kern/proc.c b/kern/proc.c index a17c02d2..23a2c3ef 100644 --- a/kern/proc.c +++ b/kern/proc.c @@ -142,7 +142,7 @@ #include "proc.h" //#include "hw.h" #include -#include +#include #include #include /* ARCH_EMUL */ #include /* ABS() */ diff --git a/kern/proc.h b/kern/proc.h index c7dc6b20..bfaea224 100644 --- a/kern/proc.h +++ b/kern/proc.h @@ -73,7 +73,7 @@ #define KERN_PROC_H #include -#include +#include #include /* Fwd decl */ diff --git a/kern/proc_p.h b/kern/proc_p.h index 07d66b91..62665722 100644 --- a/kern/proc_p.h +++ b/kern/proc_p.h @@ -106,7 +106,7 @@ #define KERN_PROC_P_H #include -#include /* for cpu_stack_t */ +#include /* for cpu_stack_t */ #include #include #include diff --git a/mware/byteorder.h b/mware/byteorder.h index 82bd9241..b0351ba0 100644 --- a/mware/byteorder.h +++ b/mware/byteorder.h @@ -76,7 +76,7 @@ #define MWARE_BYTEORDER_H #include -#include +#include /** * Swap upper and lower bytes in a 16-bit value. diff --git a/mware/fifobuf.h b/mware/fifobuf.h index f4ae4419..96161a69 100644 --- a/mware/fifobuf.h +++ b/mware/fifobuf.h @@ -130,7 +130,7 @@ #ifndef MWARE_FIFO_H #define MWARE_FIFO_H -#include +#include #include typedef struct FIFOBuffer diff --git a/mware/formatwr.h b/mware/formatwr.h index e5f9c694..4ac7db6d 100644 --- a/mware/formatwr.h +++ b/mware/formatwr.h @@ -76,7 +76,7 @@ #include /* va_list */ #include -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ /** * \name _formatted_write() configuration diff --git a/mware/observer.c b/mware/observer.c index 7a2e38d1..406d191b 100644 --- a/mware/observer.c +++ b/mware/observer.c @@ -37,7 +37,7 @@ */ #include "observer.h" -#include // IRQ_DISABLE/IRQ_ENABLE +#include // IRQ_DISABLE/IRQ_ENABLE void observer_SetEvent(Observer *observer, void (*event)(int event_id, void *param)) diff --git a/mware/pgm.h b/mware/pgm.h index 207e0aa4..399f97c8 100644 --- a/mware/pgm.h +++ b/mware/pgm.h @@ -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/) * * --> * @@ -47,9 +47,9 @@ #ifndef MWARE_PGM_H #define MWARE_PGM_H -#include #include /* For intXX_t */ -#include /* For CPU_HARVARD */ +#include +#include /* For CPU_HARVARD */ #if CPU_AVR -- 2.25.1