summary refs log tree commit diff stats
path: root/include/hw/timer/hpet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/hpet.h')
-rw-r--r--include/hw/timer/hpet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h
index d872909ce1..f38bcfecd6 100644
--- a/include/hw/timer/hpet.h
+++ b/include/hw/timer/hpet.h
@@ -16,6 +16,7 @@
 #include "qom/object.h"
 
 #define HPET_BASE               0xfed00000
+#define HPET_LEN                0x400
 #define HPET_CLK_PERIOD         10 /* 10 ns*/
 
 #define FS_PER_NS 1000000       /* 1000000 femtoseconds == 1 ns */