From 7f70d1b75d19fb941946e9d72be7586f21e5e42d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Jan 2005 15:56:09 +0000 Subject: New header guard. --- cpukit/score/cpu/sparc/rtems/asm.h | 4 ++-- cpukit/score/cpu/sparc/rtems/score/cpu.h | 4 ++-- cpukit/score/cpu/sparc/rtems/score/sparc.h | 4 ++-- cpukit/score/cpu/sparc/rtems/score/types.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'cpukit/score/cpu/sparc/rtems') diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h index 7137d71603..14ea9f155a 100644 --- a/cpukit/score/cpu/sparc/rtems/asm.h +++ b/cpukit/score/cpu/sparc/rtems/asm.h @@ -22,8 +22,8 @@ * $Id$ */ -#ifndef __SPARC_ASM_h -#define __SPARC_ASM_h +#ifndef _RTEMS_ASM_H +#define _RTEMS_ASM_H /* * Indicate we are in an assembly file and get the basic CPU definitions. diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 383636c6f2..cf2cfcebd8 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __CPU_h -#define __CPU_h +#ifndef _RTEMS_SCORE_CPU_H +#define _RTEMS_SCORE_CPU_H #ifdef __cplusplus extern "C" { diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h index b96372ebe2..c6ec7b1deb 100644 --- a/cpukit/score/cpu/sparc/rtems/score/sparc.h +++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef _INCLUDE_SPARC_h -#define _INCLUDE_SPARC_h +#ifndef _RTEMS_SCORE_SPARC_H +#define _RTEMS_SCORE_SPARC_H #ifdef __cplusplus extern "C" { diff --git a/cpukit/score/cpu/sparc/rtems/score/types.h b/cpukit/score/cpu/sparc/rtems/score/types.h index 8b2d7fd740..4a3a719489 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 __rtems_score_types_h -#define __rtems_score_types_h +#ifndef _RTEMS_SCORE_TYPES_H +#define _RTEMS_SCORE_TYPES_H #ifndef ASM -- cgit v1.2.3