diff options
Diffstat (limited to 'cpu/beta_cpu/alpha_impl.hh')
-rw-r--r-- | cpu/beta_cpu/alpha_impl.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/beta_cpu/alpha_impl.hh b/cpu/beta_cpu/alpha_impl.hh index fc86dacd7..81a1aba9b 100644 --- a/cpu/beta_cpu/alpha_impl.hh +++ b/cpu/beta_cpu/alpha_impl.hh @@ -1,5 +1,5 @@ -#ifndef __ALPHA_IMPL_HH__ -#define __ALPHA_IMPL_HH__ +#ifndef __CPU_BETA_CPU_ALPHA_IMPL_HH__ +#define __CPU_BETA_CPU_ALPHA_IMPL_HH__ #include "arch/alpha/isa_traits.hh" @@ -51,4 +51,4 @@ struct AlphaSimpleImpl }; }; -#endif // __ALPHA_IMPL_HH__ +#endif // __CPU_BETA_CPU_ALPHA_IMPL_HH__ |