8a9,10
> #include "params/DMASequencer.hh"
>
19,21d20
< class MessageBuffer;
< class AbstractController;
<
24,25c23,25
< DMASequencer(const string & name);
< void init(const vector<string> & argv);
---
> typedef DMASequencerParams Params;
> DMASequencer(const Params *);
> void init();
42,43d41
< int m_version;
< AbstractController* m_controller;
48d45
< MessageBuffer* m_mandatory_q_ptr;