X86: Get rid of the unused getAllocator on the python base microop class.
[gem5.git] / src / arch / alpha / mmaped_ipr.hh
index 2b4ba87452d292e605a5e7e0891951d0cd47c72a..99f8aeb0621c4c739127176cf2c97768d7d9ae2c 100644 (file)
  * ISA-specific helper functions for memory mapped IPR accesses.
  */
 
+#include "base/types.hh"
 #include "mem/packet.hh"
 
+class ThreadContext;
+
+namespace AlphaISA {
 
-namespace AlphaISA
-{
 inline Tick
 handleIprRead(ThreadContext *xc, Packet *pkt)
 {
@@ -58,4 +60,4 @@ handleIprWrite(ThreadContext *xc, Packet *pkt)
 
 } // namespace AlphaISA
 
-#endif
+#endif // __ARCH_ALPHA_MMAPED_IPR_HH__