summaryrefslogtreecommitdiff
path: root/src/dev/arm/gic_v3.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/gic_v3.hh')
-rw-r--r--src/dev/arm/gic_v3.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/gic_v3.hh b/src/dev/arm/gic_v3.hh
index 5a13a7479..7dab5a2fb 100644
--- a/src/dev/arm/gic_v3.hh
+++ b/src/dev/arm/gic_v3.hh
@@ -37,6 +37,7 @@
class Gicv3CPUInterface;
class Gicv3Distributor;
class Gicv3Redistributor;
+class Gicv3Its;
class Gicv3 : public BaseGic
{
@@ -48,6 +49,7 @@ class Gicv3 : public BaseGic
Gicv3Distributor * distributor;
std::vector<Gicv3Redistributor *> redistributors;
std::vector<Gicv3CPUInterface *> cpuInterfaces;
+ Gicv3Its * its;
AddrRange distRange;
AddrRange redistRange;
AddrRangeList addrRanges;