summaryrefslogtreecommitdiff
path: root/src/dev/arm/timer_sp804.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/timer_sp804.hh')
-rw-r--r--src/dev/arm/timer_sp804.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/arm/timer_sp804.hh b/src/dev/arm/timer_sp804.hh
index 745cb95e3..c000985bd 100644
--- a/src/dev/arm/timer_sp804.hh
+++ b/src/dev/arm/timer_sp804.hh
@@ -47,7 +47,7 @@
* This implements the dual Sp804 timer block
*/
-class Gic;
+class BaseGic;
class Sp804 : public AmbaDevice
{
@@ -127,7 +127,7 @@ class Sp804 : public AmbaDevice
};
/** Pointer to the GIC for causing an interrupt */
- Gic *gic;
+ BaseGic *gic;
/** Timers that do the actual work */
Timer timer0;