From: Steve Reinhardt Date: Thu, 9 Dec 2004 06:07:08 +0000 (-0500) Subject: Change Bus template parameter to BusType (to avoid confusion with Bus class). X-Git-Tag: m5_1.0_tutorial~76^2~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3e89d3991bed9c2ad33e29d1f61a11860db1f52;p=gem5.git Change Bus template parameter to BusType (to avoid confusion with Bus class). Change Mem template parameter to MemType while we're at it. dev/io_device.hh: Change Bus template parameter to BusType (to avoid confusion with Bus class). --HG-- extra : convert_revision : dca8effb177535b3624ef08a3d3b8afab720390b --- diff --git a/dev/io_device.hh b/dev/io_device.hh index f49afc0a6..8c9dc4a35 100644 --- a/dev/io_device.hh +++ b/dev/io_device.hh @@ -34,7 +34,7 @@ class BaseInterface; class Bus; class HierParams; -template class DMAInterface; +template class DMAInterface; class PioDevice : public FunctionalMemory {