X86: Extend mov2int and mov2fp so they can support insert and extract instructions.
[gem5.git] / src / dev / etherlink.hh
index 519e371525c72279566389bdbaca0c09dc3dfbf0..c47948f5838a6462478c639cd8739d66138fd688 100644 (file)
 #ifndef __DEV_ETHERLINK_HH__
 #define __DEV_ETHERLINK_HH__
 
-#include "dev/etherobject.hh"
+#include "base/types.hh"
 #include "dev/etherint.hh"
+#include "dev/etherobject.hh"
 #include "dev/etherpkt.hh"
 #include "params/EtherLink.hh"
+#include "params/EtherLink.hh"
 #include "sim/eventq.hh"
-#include "base/types.hh"
 #include "sim/sim_object.hh"
-#include "params/EtherLink.hh"
 
 class EtherDump;
 class Checkpoint;