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/unix/asm.h | 4 ++-- cpukit/score/cpu/unix/rtems/asm.h | 4 ++-- cpukit/score/cpu/unix/rtems/score/cpu.h | 4 ++-- cpukit/score/cpu/unix/rtems/score/types.h | 4 ++-- cpukit/score/cpu/unix/rtems/score/unix.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/asm.h b/cpukit/score/cpu/unix/asm.h index c768fac6ac..24abe24387 100644 --- a/cpukit/score/cpu/unix/asm.h +++ b/cpukit/score/cpu/unix/asm.h @@ -19,8 +19,8 @@ * $Id$ */ -#ifndef __UNIX_ASM_h -#define __UNIX_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/unix/rtems/asm.h b/cpukit/score/cpu/unix/rtems/asm.h index c768fac6ac..24abe24387 100644 --- a/cpukit/score/cpu/unix/rtems/asm.h +++ b/cpukit/score/cpu/unix/rtems/asm.h @@ -19,8 +19,8 @@ * $Id$ */ -#ifndef __UNIX_ASM_h -#define __UNIX_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/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h index cabd2979ca..edb31b3bd4 100644 --- a/cpukit/score/cpu/unix/rtems/score/cpu.h +++ b/cpukit/score/cpu/unix/rtems/score/cpu.h @@ -15,8 +15,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/unix/rtems/score/types.h b/cpukit/score/cpu/unix/rtems/score/types.h index 00c48e00f4..1063011c50 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 __rtems_score_types_h -#define __rtems_score_types_h +#ifndef _RTEMS_SCORE_TYPES_H +#define _RTEMS_SCORE_TYPES_H #ifndef ASM diff --git a/cpukit/score/cpu/unix/rtems/score/unix.h b/cpukit/score/cpu/unix/rtems/score/unix.h index bca0df8c79..cd8c3ffb51 100644 --- a/cpukit/score/cpu/unix/rtems/score/unix.h +++ b/cpukit/score/cpu/unix/rtems/score/unix.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __UNIX_h -#define __UNIX_h +#ifndef _RTEMS_SCORE_UNIX_H +#define _RTEMS_SCORE_UNIX_H #ifdef __cplusplus extern "C" { -- cgit v1.2.3