From af413e957e55641d6325895d25948d9317eb4e26 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Nov 2004 11:06:03 +0000 Subject: 2004-11-21 Ralf Corsepius * rtems/score/types.h: Use __rtems_score_types_h as preprocessor guard. --- cpukit/score/cpu/arm/ChangeLog | 5 +++++ cpukit/score/cpu/arm/rtems/score/types.h | 4 ++-- cpukit/score/cpu/c4x/ChangeLog | 5 +++++ cpukit/score/cpu/c4x/rtems/score/types.h | 4 ++-- cpukit/score/cpu/h8300/ChangeLog | 5 +++++ cpukit/score/cpu/h8300/rtems/score/types.h | 4 ++-- cpukit/score/cpu/i386/ChangeLog | 5 +++++ cpukit/score/cpu/i386/rtems/score/types.h | 4 ++-- cpukit/score/cpu/m68k/ChangeLog | 5 +++++ cpukit/score/cpu/m68k/rtems/score/types.h | 4 ++-- cpukit/score/cpu/mips/ChangeLog | 5 +++++ cpukit/score/cpu/mips/rtems/score/types.h | 4 ++-- cpukit/score/cpu/no_cpu/ChangeLog | 5 +++++ cpukit/score/cpu/no_cpu/rtems/score/types.h | 4 ++-- cpukit/score/cpu/or32/ChangeLog | 5 +++++ cpukit/score/cpu/or32/rtems/score/types.h | 4 ++-- cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ cpukit/score/cpu/powerpc/rtems/score/types.h | 4 ++-- cpukit/score/cpu/sh/ChangeLog | 5 +++++ cpukit/score/cpu/sh/rtems/score/types.h | 4 ++-- cpukit/score/cpu/sparc/ChangeLog | 5 +++++ cpukit/score/cpu/sparc/rtems/score/types.h | 4 ++-- cpukit/score/cpu/unix/ChangeLog | 5 +++++ cpukit/score/cpu/unix/rtems/score/types.h | 4 ++-- 24 files changed, 84 insertions(+), 24 deletions(-) diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index dbe570652d..78d39feaaa 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/arm/rtems/score/types.h b/cpukit/score/cpu/arm/rtems/score/types.h index 2ef3e929a3..b6ce14eeca 100644 --- a/cpukit/score/cpu/arm/rtems/score/types.h +++ b/cpukit/score/cpu/arm/rtems/score/types.h @@ -17,8 +17,8 @@ * */ -#ifndef __ARM_TYPES_h -#define __ARM_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index 83123c25d3..17876969c0 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h index 40cb2c96cd..570c2c1ed9 100644 --- a/cpukit/score/cpu/c4x/rtems/score/types.h +++ b/cpukit/score/cpu/c4x/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __C4X_TYPES_h -#define __C4X_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index b54798ada4..b46b21886f 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/h8300/rtems/score/types.h b/cpukit/score/cpu/h8300/rtems/score/types.h index b844d48b7e..7550d11e0e 100644 --- a/cpukit/score/cpu/h8300/rtems/score/types.h +++ b/cpukit/score/cpu/h8300/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __H8300_TYPES_h -#define __H8300_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index cdfaaa21bc..e1d8cab941 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h index 0f3188a781..9acb30efd6 100644 --- a/cpukit/score/cpu/i386/rtems/score/types.h +++ b/cpukit/score/cpu/i386/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __i386_TYPES_h -#define __i386_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 573c61be6e..ae34eca514 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h index db08d6ebb7..1fd6bf71a3 100644 --- a/cpukit/score/cpu/m68k/rtems/score/types.h +++ b/cpukit/score/cpu/m68k/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __M68k_TYPES_h -#define __M68k_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index ed980b04a2..c20d1643fc 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/mips/rtems/score/types.h b/cpukit/score/cpu/mips/rtems/score/types.h index 79e50562b2..9f5b95e969 100644 --- a/cpukit/score/cpu/mips/rtems/score/types.h +++ b/cpukit/score/cpu/mips/rtems/score/types.h @@ -17,8 +17,8 @@ */ /* @(#)mipstypes.h 08/20/96 1.4 */ -#ifndef __MIPS_TYPES_h -#define __MIPS_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index 23576920a1..6c36cc2cd2 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h index 99297fbddb..6b3358c058 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/types.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __NO_CPU_TYPES_h -#define __NO_CPU_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog index f00a195a3a..cea91c0a55 100644 --- a/cpukit/score/cpu/or32/ChangeLog +++ b/cpukit/score/cpu/or32/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/or32/rtems/score/types.h b/cpukit/score/cpu/or32/rtems/score/types.h index 5d08138c97..423cfa885c 100644 --- a/cpukit/score/cpu/or32/rtems/score/types.h +++ b/cpukit/score/cpu/or32/rtems/score/types.h @@ -18,8 +18,8 @@ * Chris Ziomkowski. */ -#ifndef __OR1K_TYPES_h -#define __OR1K_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 031007cc87..f91074ce73 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/powerpc/rtems/score/types.h b/cpukit/score/cpu/powerpc/rtems/score/types.h index e70d4b7fe4..c9dfe8d9ff 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/types.h +++ b/cpukit/score/cpu/powerpc/rtems/score/types.h @@ -33,8 +33,8 @@ * $Id$ */ -#ifndef __PPC_TYPES_h -#define __PPC_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index 2a32cd7a1e..b57357a34e 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h index 99809eb70d..16fed44466 100644 --- a/cpukit/score/cpu/sh/rtems/score/types.h +++ b/cpukit/score/cpu/sh/rtems/score/types.h @@ -26,8 +26,8 @@ * $Id$ */ -#ifndef __CPU_SH_TYPES_h -#define __CPU_SH_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index 0957339d6c..587053de56 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h index 4d4cf34d5e..e34addd091 100644 --- a/cpukit/score/cpu/sparc/rtems/score/types.h +++ b/cpukit/score/cpu/sparc/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __SPARC_TYPES_h -#define __SPARC_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index 17839c3625..892f65190e 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2004-11-21 Ralf Corsepius + + * rtems/score/types.h: Use __rtems_score_types_h as preprocessor + guard. + 2004-11-21 Ralf Corsepius * asm.h: Add doxygen preamble. diff --git a/cpukit/score/cpu/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index d35a5bda05..a2046ccb95 100644 --- a/cpukit/score/cpu/unix/rtems/score/types.h +++ b/cpukit/score/cpu/unix/rtems/score/types.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __UNIX_TYPES_h -#define __UNIX_TYPES_h +#ifndef __rtems_score_types_h +#define __rtems_score_types_h #ifndef ASM -- cgit v1.2.3