X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=dev%2Falpha_console.hh;h=96b0a22c2a2e56a9e5197d5dd7943abc2dc68861;hb=91601f44948060939527bad44e82b1379168fc6c;hp=be8538e5052e694845339951b6e8b15429ea033c;hpb=25a07e746759b04223c71ea32530a2cc90be4bc3;p=gem5.git diff --git a/dev/alpha_console.hh b/dev/alpha_console.hh index be8538e50..96b0a22c2 100644 --- a/dev/alpha_console.hh +++ b/dev/alpha_console.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2001-2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,12 +37,11 @@ #include "dev/alpha_access.h" #include "dev/io_device.hh" #include "sim/host.hh" -#include "dev/tsunami_io.hh" +#include "sim/sim_object.hh" class BaseCPU; class SimConsole; class System; -class TlaserClock; class SimpleDisk; /* @@ -90,7 +89,7 @@ class AlphaConsole : public PioDevice public: /** Standard Constructor */ AlphaConsole(const std::string &name, SimConsole *cons, SimpleDisk *d, - System *system, BaseCPU *cpu, TsunamiIO *clock, + System *system, BaseCPU *cpu, Platform *platform, int num_cpus, MemoryController *mmu, Addr addr, HierParams *hier, Bus *bus);