RubyPort.hh (9542:683991c46ac8) RubyPort.hh (9557:8666e81607a6)
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

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

94 friend class M5Port;
95
96 class PioPort : public QueuedMasterPort
97 {
98 private:
99
100 MasterPacketQueue queue;
101
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

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

94 friend class M5Port;
95
96 class PioPort : public QueuedMasterPort
97 {
98 private:
99
100 MasterPacketQueue queue;
101
102 RubyPort *ruby_port;
103
104 public:
105 PioPort(const std::string &_name, RubyPort *_port);
106
107 protected:
108 virtual bool recvTimingResp(PacketPtr pkt);
109 };
110
111 friend class PioPort;

--- 81 unchanged lines hidden ---
102 public:
103 PioPort(const std::string &_name, RubyPort *_port);
104
105 protected:
106 virtual bool recvTimingResp(PacketPtr pkt);
107 };
108
109 friend class PioPort;

--- 81 unchanged lines hidden ---