summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 08:01:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 08:01:18 +0000
commit3a227b9b223ba68dd931f4a7657ad1e8a8a2e970 (patch)
tree5626fa8120931b36c621a618f4ab769c4dd572df /c/src/lib/libcpu/powerpc/rtems
parent2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3a227b9b223ba68dd931f4a7657ad1e8a8a2e970.tar.bz2
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/powerpc/cache.h, rtems/powerpc/debugmod.h: New header guards.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/rtems')
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h4
-rw-r--r--c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
index 7f270d2656..9472fa750e 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
@@ -2,8 +2,8 @@
* $Id$
*/
-#ifndef _rtems_powerpc_cache_h
-#define _rtems_powerpc_cache_h
+#ifndef _RTEMS_POWERPC_CACHE_H
+#define _RTEMS_POWERPC_CACHE_H
#include <rtems/score/powerpc.h>
diff --git a/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h b/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
index d1584a7bc1..fe5ad9ffbd 100644
--- a/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
+++ b/c/src/lib/libcpu/powerpc/rtems/powerpc/debugmod.h
@@ -44,8 +44,8 @@
* future versions of RTEMS
*/
-#ifndef _rtems_powerpc_debugmod_h
-#define _rtems_powerpc_debugmod_h
+#ifndef _RTEMS_POWERPC_DEBUGMOD_H
+#define _RTEMS_POWERPC_DEBUGMOD_H
#warning "please read the FIXME inside of this file"
@@ -122,5 +122,5 @@ extern "C" {
}
#endif
-#endif /* ! _rtems_score_debugmod_h */
+#endif /* _RTEMS_POWERPC_DEBUGMOD_H */
/* end of include file */