summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 16:06:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 16:06:09 +0000
commita30a08a055b7a413439d793f1b5650b6d8ebb3db (patch)
treed7a4a2e9b2bb0fb47aa56eae8ac6b9c8e49cb064 /cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-a30a08a055b7a413439d793f1b5650b6d8ebb3db.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
index 3146d5f789..aff5cbb3d5 100644
--- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h
@@ -33,10 +33,10 @@
* $Id$
*/
-#ifndef __CPU_h
-#define __CPU_h
+#ifndef _RTEMS_NEW_EXCEPTIONS_CPU_H
+#define _RTEMS_NEW_EXCEPTIONS_CPU_H
-#ifndef _rtems_score_cpu_h
+#ifndef _RTEMS_SCORE_CPU_H
#error "You should include <rtems/score/cpu.h>"
#endif