summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr
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/avr
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/avr')
-rw-r--r--cpukit/score/cpu/avr/asm.h4
-rw-r--r--cpukit/score/cpu/avr/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/avr.h4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu_asm.h4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/types.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/score/cpu/avr/asm.h b/cpukit/score/cpu/avr/asm.h
index b9f9e33c1f..f8649c0f49 100644
--- a/cpukit/score/cpu/avr/asm.h
+++ b/cpukit/score/cpu/avr/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __rtems_asm_h
-#define __rtems_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/avr/rtems/asm.h b/cpukit/score/cpu/avr/rtems/asm.h
index b9f9e33c1f..f8649c0f49 100644
--- a/cpukit/score/cpu/avr/rtems/asm.h
+++ b/cpukit/score/cpu/avr/rtems/asm.h
@@ -25,8 +25,8 @@
* $Id$
*/
-#ifndef __rtems_asm_h
-#define __rtems_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/avr/rtems/score/avr.h b/cpukit/score/cpu/avr/rtems/score/avr.h
index bef29fdca7..60cbe9524b 100644
--- a/cpukit/score/cpu/avr/rtems/score/avr.h
+++ b/cpukit/score/cpu/avr/rtems/score/avr.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef _rtems_score_avr_h
-#define _rtems_score_avr_h
+#ifndef _RTEMS_SCORE_AVR_H
+#define _RTEMS_SCORE_AVR_H
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index c3299e797c..e509edda12 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/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/avr/rtems/score/cpu_asm.h b/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
index 94fa05bcd6..a509b36ae6 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu_asm.h
+++ b/cpukit/score/cpu/avr/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/avr/rtems/score/types.h b/cpukit/score/cpu/avr/rtems/score/types.h
index c7f4b4ad90..bda1c364d7 100644
--- a/cpukit/score/cpu/avr/rtems/score/types.h
+++ b/cpukit/score/cpu/avr/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