gem5
|
#include <cassert>
#include <iosfwd>
#include <memory>
#include "base/types.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | EthPacketData |
Typedefs | |
typedef std::shared_ptr < EthPacketData > | EthPacketPtr |
typedef std::shared_ptr<EthPacketData> EthPacketPtr |
Definition at line 90 of file etherpkt.hh.