diff options
Diffstat (limited to 'src/mem/hmc_controller.hh')
-rw-r--r-- | src/mem/hmc_controller.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mem/hmc_controller.hh b/src/mem/hmc_controller.hh index cec9425d8..fd6cb0bc9 100644 --- a/src/mem/hmc_controller.hh +++ b/src/mem/hmc_controller.hh @@ -46,8 +46,8 @@ * HMCController declaration */ -#ifndef __HMC_CONTROLLER__ -#define __HMC_CONTROLLER__ +#ifndef __MEM_HMC_CONTROLLER_HH__ +#define __MEM_HMC_CONTROLLER_HH__ #include "mem/noncoherent_xbar.hh" #include "mem/port.hh" @@ -100,4 +100,4 @@ private: int rotate_counter(); }; -#endif //__HMC_CONTROLLER__ +#endif //__MEM_HMC_CONTROLLER_HH__ |