SINIC: Commit old code from ASPLOS 2006 studies.
[gem5.git] / src / dev / etherbus.hh
index a3a7f06065fe66df08ee60d797a6b8dcc53c0aec..624ceb81a2f679689d3661f4a0278f2428bbd564 100644 (file)
@@ -40,6 +40,7 @@
 #include "dev/etherobject.hh"
 #include "params/EtherBus.hh"
 #include "sim/sim_object.hh"
+#include "params/EtherBus.hh"
 
 class EtherDump;
 class EtherInt;
@@ -61,7 +62,8 @@ class EtherBus : public EtherObject
         DoneEvent(EventQueue *q, EtherBus *b)
             : Event(q), bus(b) {}
         virtual void process() { bus->txDone(); }
-        virtual const char *description() { return "ethernet bus completion"; }
+        virtual const char *description() const
+            { return "ethernet bus completion"; }
     };
 
     DoneEvent event;