summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 15:56:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 15:56:09 +0000
commit7f70d1b75d19fb941946e9d72be7586f21e5e42d (patch)
tree505d9580bd42f25bdc72e7eddb06f1058faf8c0f /cpukit/score/cpu/m68k
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/m68k')
-rw-r--r--cpukit/score/cpu/m68k/asm.h4
-rw-r--r--cpukit/score/cpu/m68k/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/m68k.h4
-rw-r--r--cpukit/score/cpu/m68k/rtems/score/types.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/cpukit/score/cpu/m68k/asm.h b/cpukit/score/cpu/m68k/asm.h
index 2c98970a7b..180737315e 100644
--- a/cpukit/score/cpu/m68k/asm.h
+++ b/cpukit/score/cpu/m68k/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __M68k_ASM_h
-#define __M68k_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/m68k/rtems/asm.h b/cpukit/score/cpu/m68k/rtems/asm.h
index 2c98970a7b..180737315e 100644
--- a/cpukit/score/cpu/m68k/rtems/asm.h
+++ b/cpukit/score/cpu/m68k/rtems/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __M68k_ASM_h
-#define __M68k_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/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 7ddb048886..8f25254b4e 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/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/m68k/rtems/score/m68k.h b/cpukit/score/cpu/m68k/rtems/score/m68k.h
index be9b9dbfb4..d4ef0b4451 100644
--- a/cpukit/score/cpu/m68k/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/rtems/score/m68k.h
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __M68k_h
-#define __M68k_h
+#ifndef _RTEMS_SCORE_M68K_H
+#define _RTEMS_SCORE_M68K_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h
index 0db2a96456..c28b97468e 100644
--- a/cpukit/score/cpu/m68k/rtems/score/types.h
+++ b/cpukit/score/cpu/m68k/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