44a45
> #include "params/Platform.hh"
62c63,64
< Platform(const std::string &name, IntrControl *intctrl);
---
> typedef PlatformParams Params;
> Platform(const Params *p);