#ifndef __CPU_OOO_CPU_OOO_IMPL_HH__ #define __CPU_OOO_CPU_OOO_IMPL_HH__ #include "arch/alpha/isa_traits.hh" template class OoOCPU; template class OoODynInst; struct OoOImpl { typedef AlphaISA ISA; typedef OoOCPU OoOCPU; typedef OoOCPU FullCPU; typedef OoODynInst DynInst; typedef RefCountingPtr DynInstPtr; }; #endif // __CPU_OOO_CPU_OOO_IMPL_HH__