summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/rtems/m68k/qsm.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/qsm.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 'cpukit/score/cpu/m68k/rtems/m68k/qsm.h')
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/qsm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
index b8593dd54d..b6bd8e0cf7 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/qsm.h
@@ -37,8 +37,8 @@
* $Id$
*/
-#ifndef _QSM_H_
-#define _QSM_H_
+#ifndef _RTEMS_M68K_QSM_H
+#define _RTEMS_M68K_QSM_H
/* SAM-- shift and mask */
#undef SAM
@@ -201,4 +201,4 @@
#define QSPIcR (volatile unsigned char * const)(0x140 + QSM_CRB)
/* QSPI Command RAM */
-#endif /* _QSM_H_ */
+#endif /* _RTEMS_M68K_QSM_H */