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/c4x/asm.h | 4 ++-- cpukit/score/cpu/c4x/rtems/asm.h | 4 ++-- cpukit/score/cpu/c4x/rtems/score/c4x.h | 4 ++-- cpukit/score/cpu/c4x/rtems/score/cpu.h | 4 ++-- cpukit/score/cpu/c4x/rtems/score/cpu_asm.h | 4 ++-- cpukit/score/cpu/c4x/rtems/score/types.h | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'cpukit/score/cpu/c4x') diff --git a/cpukit/score/cpu/c4x/asm.h b/cpukit/score/cpu/c4x/asm.h index 1e75c78447..2311995e61 100644 --- a/cpukit/score/cpu/c4x/asm.h +++ b/cpukit/score/cpu/c4x/asm.h @@ -25,8 +25,8 @@ * $Id$ */ -#ifndef __C4X_ASM_h -#define __C4X_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/c4x/rtems/asm.h b/cpukit/score/cpu/c4x/rtems/asm.h index 1e75c78447..2311995e61 100644 --- a/cpukit/score/cpu/c4x/rtems/asm.h +++ b/cpukit/score/cpu/c4x/rtems/asm.h @@ -25,8 +25,8 @@ * $Id$ */ -#ifndef __C4X_ASM_h -#define __C4X_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/c4x/rtems/score/c4x.h b/cpukit/score/cpu/c4x/rtems/score/c4x.h index 926b166434..58ee32bfc7 100644 --- a/cpukit/score/cpu/c4x/rtems/score/c4x.h +++ b/cpukit/score/cpu/c4x/rtems/score/c4x.h @@ -18,8 +18,8 @@ * */ -#ifndef _INCLUDE_C4X_h -#define _INCLUDE_C4X_h +#ifndef _RTEMS_SCORE_C4X_H +#define _RTEMS_SCORE_C4X_H #ifdef __cplusplus extern "C" { diff --git a/cpukit/score/cpu/c4x/rtems/score/cpu.h b/cpukit/score/cpu/c4x/rtems/score/cpu.h index f667b9234f..b557c4d727 100644 --- a/cpukit/score/cpu/c4x/rtems/score/cpu.h +++ b/cpukit/score/cpu/c4x/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/c4x/rtems/score/cpu_asm.h b/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h index 94fa05bcd6..a509b36ae6 100644 --- a/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h +++ b/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h @@ -18,8 +18,8 @@ * */ -#ifndef __CPU_ASM_h -#define __CPU_ASM_h +#ifndef _RTEMS_SCORE_CPU_ASM_H +#define _RTEMS_SCORE_CPU_ASM_H /* pull in the generated offsets */ diff --git a/cpukit/score/cpu/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h index b447826a63..0e0c45c516 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 __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