summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 11:06:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 11:06:03 +0000
commitaf413e957e55641d6325895d25948d9317eb4e26 (patch)
tree46070503b8b620569fa30f634e209a859515deca /cpukit/score/cpu/i386
parent2004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-af413e957e55641d6325895d25948d9317eb4e26.tar.bz2
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor guard.
Diffstat (limited to 'cpukit/score/cpu/i386')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog5
-rw-r--r--cpukit/score/cpu/i386/rtems/score/types.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index cdfaaa21bc..e1d8cab941 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,5 +1,10 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
+ guard.
+
+2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
diff --git a/cpukit/score/cpu/i386/rtems/score/types.h b/cpukit/score/cpu/i386/rtems/score/types.h
index 0f3188a781..9acb30efd6 100644
--- a/cpukit/score/cpu/i386/rtems/score/types.h
+++ b/cpukit/score/cpu/i386/rtems/score/types.h
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __i386_TYPES_h
-#define __i386_TYPES_h
+#ifndef __rtems_score_types_h
+#define __rtems_score_types_h
#ifndef ASM