diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-09-12 03:01:57 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-09-12 03:01:57 -0400 |
commit | 94bf249af43f5f6fea1bbfd2c68d19de3685d93a (patch) | |
tree | 0790561d7f87ffb5420bb20fb84e99244d47afd2 /dev/ethertap.hh | |
parent | 11cb904ad7c617e6653ce1ca52a92f10efe53025 (diff) | |
parent | c62760e3cbe912e17c25e9fc0bd0810a79d676bb (diff) | |
download | gem5-94bf249af43f5f6fea1bbfd2c68d19de3685d93a.tar.xz |
Merge zizzer:/bk/m5
into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG--
extra : convert_revision : 3eff9b41fbf30ae0365adf05a71625c92ce1a4c0
Diffstat (limited to 'dev/ethertap.hh')
-rw-r--r-- | dev/ethertap.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ethertap.hh b/dev/ethertap.hh index dbbada40e..069ba734f 100644 --- a/dev/ethertap.hh +++ b/dev/ethertap.hh @@ -42,6 +42,9 @@ #include "base/pollevent.hh" #include "sim/sim_object.hh" +class TapEvent; +class TapListener; + /* * Interface to connect a simulated ethernet device to the real world */ |