summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/c4x
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/c4x
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/c4x')
-rw-r--r--cpukit/score/cpu/c4x/asm.h4
-rw-r--r--cpukit/score/cpu/c4x/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/c4x.h4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/cpu_asm.h4
-rw-r--r--cpukit/score/cpu/c4x/rtems/score/types.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/score/cpu/c4x/asm.h b/cpukit/score/cpu/c4x/asm.h
index 1e75c78447..2311995e61 100644
--- a/cpukit/score/cpu/c4x/asm.h
+++ b/cpukit/score/cpu/c4x/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __C4X_ASM_h
-#define __C4X_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/c4x/rtems/asm.h b/cpukit/score/cpu/c4x/rtems/asm.h
index 1e75c78447..2311995e61 100644
--- a/cpukit/score/cpu/c4x/rtems/asm.h
+++ b/cpukit/score/cpu/c4x/rtems/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __C4X_ASM_h
-#define __C4X_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/c4x/rtems/score/c4x.h b/cpukit/score/cpu/c4x/rtems/score/c4x.h
index 926b166434..58ee32bfc7 100644
--- a/cpukit/score/cpu/c4x/rtems/score/c4x.h
+++ b/cpukit/score/cpu/c4x/rtems/score/c4x.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef _INCLUDE_C4X_h
-#define _INCLUDE_C4X_h
+#ifndef _RTEMS_SCORE_C4X_H
+#define _RTEMS_SCORE_C4X_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/c4x/rtems/score/cpu.h b/cpukit/score/cpu/c4x/rtems/score/cpu.h
index f667b9234f..b557c4d727 100644
--- a/cpukit/score/cpu/c4x/rtems/score/cpu.h
+++ b/cpukit/score/cpu/c4x/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/c4x/rtems/score/cpu_asm.h b/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h
index 94fa05bcd6..a509b36ae6 100644
--- a/cpukit/score/cpu/c4x/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/c4x/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/c4x/rtems/score/types.h b/cpukit/score/cpu/c4x/rtems/score/types.h
index b447826a63..0e0c45c516 100644
--- a/cpukit/score/cpu/c4x/rtems/score/types.h
+++ b/cpukit/score/cpu/c4x/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