mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / hmc_controller.hh
index cec9425d8c29c3230891fa49edf09e385b835c92..fd6cb0bc9345e98c2520ae81d8d662005815a60e 100644 (file)
@@ -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__