io_device.hh (9294:8fb03b13de02) io_device.hh (9342:6fec8f26e56d)
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 111 unchanged lines hidden (view full) ---

120 const Params *
121 params() const
122 {
123 return dynamic_cast<const Params *>(_params);
124 }
125
126 virtual void init();
127
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 111 unchanged lines hidden (view full) ---

120 const Params *
121 params() const
122 {
123 return dynamic_cast<const Params *>(_params);
124 }
125
126 virtual void init();
127
128 virtual unsigned int drain(Event *de);
128 unsigned int drain(DrainManager *drainManger);
129
130 virtual BaseSlavePort &getSlavePort(const std::string &if_name,
131 PortID idx = InvalidPortID);
132
133 friend class PioPort;
134
135};
136

--- 32 unchanged lines hidden ---
129
130 virtual BaseSlavePort &getSlavePort(const std::string &if_name,
131 PortID idx = InvalidPortID);
132
133 friend class PioPort;
134
135};
136

--- 32 unchanged lines hidden ---