diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/rtc/pl031.h (renamed from include/hw/timer/pl031.h) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/hw/timer/pl031.h b/include/hw/rtc/pl031.h index 8c3f555..e3cb1d6 100644 --- a/include/hw/timer/pl031.h +++ b/include/hw/rtc/pl031.h @@ -11,10 +11,11 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#ifndef HW_TIMER_PL031_H -#define HW_TIMER_PL031_H +#ifndef HW_RTC_PL031_H +#define HW_RTC_PL031_H #include "hw/sysbus.h" +#include "qemu/timer.h" #define TYPE_PL031 "pl031" #define PL031(obj) OBJECT_CHECK(PL031State, (obj), TYPE_PL031) |