From f6ed46df0303c5ba5a12534f016a765d8876b5ac Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Feb 2005 05:40:52 +0000 Subject: Header guards cleanup. --- c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h | 2 +- cpukit/score/cpu/arm/rtems/score/arm.h | 2 +- cpukit/score/cpu/avr/rtems/score/avr.h | 2 +- cpukit/score/cpu/c4x/rtems/score/c4x.h | 2 +- cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h | 2 +- cpukit/score/cpu/or32/rtems/score/or32.h | 2 +- cpukit/score/cpu/powerpc/rtems/powerpc/registers.h | 2 +- cpukit/score/cpu/powerpc/rtems/score/powerpc.h | 2 +- cpukit/score/cpu/sparc/rtems/score/sparc.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h index 906063b731..a7980feff0 100644 --- a/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h +++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/powerpc.h @@ -755,4 +755,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_PPC_h */ +#endif /* _RTEMS_SCORE_POWERPC_H */ diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h index 97f3ee29c3..ce2e9dfb51 100644 --- a/cpukit/score/cpu/arm/rtems/score/arm.h +++ b/cpukit/score/cpu/arm/rtems/score/arm.h @@ -80,4 +80,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_ARM_h */ +#endif /* _RTEMS_SCORE_ARM_H */ diff --git a/cpukit/score/cpu/avr/rtems/score/avr.h b/cpukit/score/cpu/avr/rtems/score/avr.h index 60cbe9524b..2ccce31b0d 100644 --- a/cpukit/score/cpu/avr/rtems/score/avr.h +++ b/cpukit/score/cpu/avr/rtems/score/avr.h @@ -87,4 +87,4 @@ extern "C" { } #endif -#endif /* ! _rtems_score_avr_h */ +#endif /* _RTEMS_SCORE_AVR_H */ diff --git a/cpukit/score/cpu/c4x/rtems/score/c4x.h b/cpukit/score/cpu/c4x/rtems/score/c4x.h index 58ee32bfc7..c7b8f75c58 100644 --- a/cpukit/score/cpu/c4x/rtems/score/c4x.h +++ b/cpukit/score/cpu/c4x/rtems/score/c4x.h @@ -364,4 +364,4 @@ static inline void c4x_set_ittp(void *_ittp_value) } #endif -#endif /* ! _INCLUDE_C4X_h */ +#endif /* _RTEMS_SCORE_C4X_H */ diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h index 8deaa256ac..d6b532dd06 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h @@ -66,4 +66,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_NO_CPU_h */ +#endif /* _RTEMS_SCORE_NO_CPU_H */ diff --git a/cpukit/score/cpu/or32/rtems/score/or32.h b/cpukit/score/cpu/or32/rtems/score/or32.h index 73c52b9371..f54fbf2bbb 100644 --- a/cpukit/score/cpu/or32/rtems/score/or32.h +++ b/cpukit/score/cpu/or32/rtems/score/or32.h @@ -69,4 +69,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_NO_CPU_h */ +#endif /* _RTEMS_SCORE_OR32_H */ diff --git a/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h b/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h index b483f00a1f..2783abc337 100644 --- a/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h +++ b/cpukit/score/cpu/powerpc/rtems/powerpc/registers.h @@ -382,4 +382,4 @@ static inline void PPC_Set_timebase_register (unsigned long long tbr) } #endif -#endif /* __rtems_powerpc_registers_h */ +#endif /* _RTEMS_POWERPC_REGISTERS_H */ diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h index 906063b731..a7980feff0 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h +++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h @@ -755,4 +755,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_PPC_h */ +#endif /* _RTEMS_SCORE_POWERPC_H */ diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index c6ec7b1deb..2cb9933fb8 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h @@ -265,4 +265,4 @@ extern "C" { } #endif -#endif /* ! _INCLUDE_SPARC_h */ +#endif /* _RTEMS_SCORE_SPARC_H */ -- cgit v1.2.3