io_device.hh (9808:13ffc0066b76) io_device.hh (10912:b99a6662d7c2)
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 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
137class BasicPioDevice : public PioDevice

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

--- 31 unchanged lines hidden ---