intdev.hh (10694:1a6785e37d81) intdev.hh (11144:90eeefe7e341)
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

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

145 {
146 panic("recvMessage not implemented.\n");
147 return 0;
148 }
149
150 virtual Tick
151 recvResponse(PacketPtr pkt)
152 {
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

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

145 {
146 panic("recvMessage not implemented.\n");
147 return 0;
148 }
149
150 virtual Tick
151 recvResponse(PacketPtr pkt)
152 {
153 panic("recvResponse not implemented.\n");
153 return 0;
154 }
155
156 virtual AddrRangeList
157 getIntAddrRange() const
158 {
159 panic("intAddrRange not implemented.\n");
160 }

--- 89 unchanged lines hidden ---
154 return 0;
155 }
156
157 virtual AddrRangeList
158 getIntAddrRange() const
159 {
160 panic("intAddrRange not implemented.\n");
161 }

--- 89 unchanged lines hidden ---