diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-02-21 10:43:37 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-02-21 10:43:37 -0500 |
commit | 610081079cd02a620794fa1ac693822c191223ec (patch) | |
tree | 8c5ca78cb601c8b3bbe64c38748be4422a93fb4d /dev/etherpkt.hh | |
parent | a1259a4fcf5f1b1c38a7209928a2321cd65daec2 (diff) | |
download | gem5-610081079cd02a620794fa1ac693822c191223ec.tar.xz |
New Ethernet device. Descriptors are now done via DMA instead
of faking it. Renamed stuff to follow our style. Lots of
general cleanup.
dev/etherpkt.hh:
fix up includes
--HG--
extra : convert_revision : fb3a21466cdae00f8747d6e3027c9f2c63569c48
Diffstat (limited to 'dev/etherpkt.hh')
-rw-r--r-- | dev/etherpkt.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/etherpkt.hh b/dev/etherpkt.hh index c91322526..27ac526d6 100644 --- a/dev/etherpkt.hh +++ b/dev/etherpkt.hh @@ -33,10 +33,10 @@ #ifndef __ETHERPKT_HH__ #define __ETHERPKT_HH__ +#include <iosfwd> #include <memory> #include "sim/host.hh" - #include "base/refcnt.hh" class Checkpoint; |