summaryrefslogtreecommitdiff
path: root/src/dev/alpha_console.cc
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2006-10-19 23:38:45 -0700
committerNathan Binkert <binkertn@umich.edu>2006-10-19 23:38:45 -0700
commit7245d4530d0c8367fa7b1adadcb55e1e8bd466e7 (patch)
treecf0a90859f0bb3a5c9615f34034aa302b1c73af5 /src/dev/alpha_console.cc
parent5b246a0567193b05d8257fce8c43610ce5b8c253 (diff)
downloadgem5-7245d4530d0c8367fa7b1adadcb55e1e8bd466e7.tar.xz
refactor code for the packet, get rid of packet_impl.hh
and call it packet_access.hh and fix the #includes so things compile right. --HG-- extra : convert_revision : d3626c9715b9f7e51bb3ab8d97e971fad4e0b724
Diffstat (limited to 'src/dev/alpha_console.cc')
-rw-r--r--src/dev/alpha_console.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/alpha_console.cc b/src/dev/alpha_console.cc
index 181bbf934..299389d00 100644
--- a/src/dev/alpha_console.cc
+++ b/src/dev/alpha_console.cc
@@ -48,6 +48,8 @@
#include "dev/platform.hh"
#include "dev/simconsole.hh"
#include "dev/simple_disk.hh"
+#include "mem/packet.hh"
+#include "mem/packet_access.hh"
#include "mem/physical.hh"
#include "sim/builder.hh"
#include "sim/sim_object.hh"