summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or32/rtems
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/or32/rtems
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/or32/rtems')
-rw-r--r--cpukit/score/cpu/or32/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/or32/rtems/score/cpu_asm.h4
-rw-r--r--cpukit/score/cpu/or32/rtems/score/or32.h4
-rw-r--r--cpukit/score/cpu/or32/rtems/score/types.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/cpukit/score/cpu/or32/rtems/asm.h b/cpukit/score/cpu/or32/rtems/asm.h
index 676cc2b264..d22c06c8ab 100644
--- a/cpukit/score/cpu/or32/rtems/asm.h
+++ b/cpukit/score/cpu/or32/rtems/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __OR1K_ASM_h
-#define __OR1K_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/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h
index 175e76ca62..7be4ca17d0 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/or32/rtems/score/cpu.h
@@ -19,8 +19,8 @@
*
*/
-#ifndef _OR1K_CPU_h
-#define _OR1K_CPU_h
+#ifndef _RTEMS_SCORE_CPU_H
+#define _RTEMS_SCORE_CPU_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h b/cpukit/score/cpu/or32/rtems/score/cpu_asm.h
index 94fa05bcd6..a509b36ae6 100644
--- a/cpukit/score/cpu/or32/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/or32/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/or32/rtems/score/or32.h b/cpukit/score/cpu/or32/rtems/score/or32.h
index 0d3c406d1f..73c52b9371 100644
--- a/cpukit/score/cpu/or32/rtems/score/or32.h
+++ b/cpukit/score/cpu/or32/rtems/score/or32.h
@@ -19,8 +19,8 @@
*
*/
-#ifndef _OR1K_H
-#define _OR1K_H
+#ifndef _RTEMS_SCORE_OR32_H
+#define _RTEMS_SCORE_OR32_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/or32/rtems/score/types.h b/cpukit/score/cpu/or32/rtems/score/types.h
index e71cab3b15..1e511a9c70 100644
--- a/cpukit/score/cpu/or32/rtems/score/types.h
+++ b/cpukit/score/cpu/or32/rtems/score/types.h
@@ -18,8 +18,8 @@
* Chris Ziomkowski. <chris@asics.ws>
*/
-#ifndef __rtems_score_types_h
-#define __rtems_score_types_h
+#ifndef _RTEMS_SCORE_TYPES_H
+#define _RTEMS_SCORE_TYPES_H
#ifndef ASM