summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu
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/no_cpu
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/no_cpu')
-rw-r--r--cpukit/score/cpu/no_cpu/asm.h4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h4
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/types.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/score/cpu/no_cpu/asm.h b/cpukit/score/cpu/no_cpu/asm.h
index 66b6641346..7affe4f5b5 100644
--- a/cpukit/score/cpu/no_cpu/asm.h
+++ b/cpukit/score/cpu/no_cpu/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __NO_CPU_ASM_h
-#define __NO_CPU_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/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h
index 66b6641346..7affe4f5b5 100644
--- a/cpukit/score/cpu/no_cpu/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __NO_CPU_ASM_h
-#define __NO_CPU_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/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index fa04cc55a0..b71053dd7f 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -29,8 +29,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/no_cpu/rtems/score/cpu_asm.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
index 94fa05bcd6..a509b36ae6 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/no_cpu/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/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
index 1cb04d4d53..8deaa256ac 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -17,8 +17,8 @@
*
*/
-#ifndef _INCLUDE_NO_CPU_h
-#define _INCLUDE_NO_CPU_h
+#ifndef _RTEMS_SCORE_NO_CPU_H
+#define _RTEMS_SCORE_NO_CPU_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/types.h b/cpukit/score/cpu/no_cpu/rtems/score/types.h
index e7ca6ba125..bf44b26dec 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/types.h
+++ b/cpukit/score/cpu/no_cpu/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