diff options
Diffstat (limited to 'src/dev/arm/gic_v3_redistributor.hh')
-rw-r--r-- | src/dev/arm/gic_v3_redistributor.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/gic_v3_redistributor.hh b/src/dev/arm/gic_v3_redistributor.hh index 8d7de3d7a..29ff8672d 100644 --- a/src/dev/arm/gic_v3_redistributor.hh +++ b/src/dev/arm/gic_v3_redistributor.hh @@ -37,6 +37,7 @@ class Gicv3CPUInterface; class Gicv3Distributor; +class Gicv3Its; class Gicv3Redistributor : public Serializable { @@ -44,6 +45,7 @@ class Gicv3Redistributor : public Serializable friend class Gicv3CPUInterface; friend class Gicv3Distributor; + friend class Gicv3Its; protected: |