summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/rtems/m68k/sim.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 05:36:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 05:36:20 +0000
commitfa6b0f5f423358d53ce08258390d01d6c78979b9 (patch)
tree5bdcd66212d96e972fe4a2da7841bc142b6d4b69 /cpukit/score/cpu/m68k/rtems/m68k/sim.h
parent2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fa6b0f5f423358d53ce08258390d01d6c78979b9.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h, rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/sim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/sim.h b/cpukit/score/cpu/m68k/rtems/m68k/sim.h
index 0ad5ba1653..8ca58d8b6b 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/sim.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/sim.h
@@ -45,8 +45,8 @@
* $Id$
*/
-#ifndef _SIM_H_
-#define _SIM_H_
+#ifndef _RTEMS_M68K_SIM_H
+#define _RTEMS_M68K_SIM_H
/* SAM-- shift and mask */
@@ -330,4 +330,4 @@
#define CSOR9 SIM_VOLATILE_USHORT_POINTER(0x72 + SIM_CRB)
#define CSOR10 SIM_VOLATILE_USHORT_POINTER(0x76 + SIM_CRB)
-#endif /* _SIM_h_ */
+#endif /* _RTEMS_M68K_SIM_H */