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/i386/asm.h | 4 ++-- cpukit/score/cpu/i386/rtems/asm.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/cpu.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/i386.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/idtr.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/interrupts.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/registers.h | 4 ++-- cpukit/score/cpu/i386/rtems/score/types.h | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/asm.h b/cpukit/score/cpu/i386/asm.h index 504c5f8477..77e7e40f8b 100644 --- a/cpukit/score/cpu/i386/asm.h +++ b/cpukit/score/cpu/i386/asm.h @@ -25,8 +25,8 @@ * $Id$ */ -#ifndef __i386_ASM_h -#define __i386_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/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index 504c5f8477..77e7e40f8b 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/rtems/asm.h @@ -25,8 +25,8 @@ * $Id$ */ -#ifndef __i386_ASM_h -#define __i386_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/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index fe7cd532bc..3e0c1a1a92 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/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/i386/rtems/score/i386.h b/cpukit/score/cpu/i386/rtems/score/i386.h index 71acc5fa8f..881187091d 100644 --- a/cpukit/score/cpu/i386/rtems/score/i386.h +++ b/cpukit/score/cpu/i386/rtems/score/i386.h @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __i386_h -#define __i386_h +#ifndef _RTEMS_SCORE_I386_H +#define _RTEMS_SCORE_I386_H #ifdef __cplusplus extern "C" { diff --git a/cpukit/score/cpu/i386/rtems/score/idtr.h b/cpukit/score/cpu/i386/rtems/score/idtr.h index 7e79e2527c..bdc465a622 100644 --- a/cpukit/score/cpu/i386/rtems/score/idtr.h +++ b/cpukit/score/cpu/i386/rtems/score/idtr.h @@ -26,8 +26,8 @@ * Applications must not include this file directly. */ -#ifndef _rtems_score_idtr_h -#define _rtems_score_idtr_h +#ifndef _RTEMS_SCORE_IDTR_H +#define _RTEMS_SCORE_IDTR_H /* * See page 14.9 Figure 14-2. diff --git a/cpukit/score/cpu/i386/rtems/score/interrupts.h b/cpukit/score/cpu/i386/rtems/score/interrupts.h index 566c77e6bb..89034a00f0 100644 --- a/cpukit/score/cpu/i386/rtems/score/interrupts.h +++ b/cpukit/score/cpu/i386/rtems/score/interrupts.h @@ -18,8 +18,8 @@ * Applications must not include this file directly. */ -#ifndef _rtems_score_interrupts_h -#define _rtems_score_interrupts_h +#ifndef _RTEMS_SCORE_INTERRUPTS_H +#define _RTEMS_SCORE_INTERRUPTS_H #ifndef ASM diff --git a/cpukit/score/cpu/i386/rtems/score/registers.h b/cpukit/score/cpu/i386/rtems/score/registers.h index 4ceb0aa5ba..6a39b53baf 100644 --- a/cpukit/score/cpu/i386/rtems/score/registers.h +++ b/cpukit/score/cpu/i386/rtems/score/registers.h @@ -14,8 +14,8 @@ * $Id$ */ -#ifndef _rtems_score_registers_h -#define _rtems_score_registers_h +#ifndef _RTEMS_SCORE_REGISTERS_H +#define _RTEMS_SCORE_REGISTERS_H /* * definition related to EFLAGS diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h index 1d50bb7e6c..09ca40fceb 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 __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