summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/score/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 15:56:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 15:56:09 +0000
commit7f70d1b75d19fb941946e9d72be7586f21e5e42d (patch)
tree505d9580bd42f25bdc72e7eddb06f1058faf8c0f /cpukit/score/cpu/sh/rtems/score/cpu.h
parent2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-7f70d1b75d19fb941946e9d72be7586f21e5e42d.tar.bz2
New header guard.
Diffstat (limited to 'cpukit/score/cpu/sh/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index a546ebf1df..4cc407ddbc 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -26,8 +26,8 @@
* $Id$
*/
-#ifndef _SH_CPU_h
-#define _SH_CPU_h
+#ifndef _RTEMS_SCORE_CPU_H
+#define _RTEMS_SCORE_CPU_H
#ifdef __cplusplus
extern "C" {