Deleted Added
sdiff udiff text old ( 6136:4f8af2f3185f ) new ( 6137:d3ee4e0d690c )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

209
210 const Params *
211 params() const
212 {
213 return dynamic_cast<const Params *>(_params);
214 }
215
216 /*
217 * Functions to interact with the interrupt port from IntDev.
218 */
219 Tick read(PacketPtr pkt);
220 Tick write(PacketPtr pkt);
221 Tick recvMessage(PacketPtr pkt);
222 Tick recvResponse(PacketPtr pkt);
223
224 bool

--- 86 unchanged lines hidden ---