aboutsummaryrefslogtreecommitdiff
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h
index f04c4d3238..d17a8d4319 100644
--- a/include/hw/timer/hpet.h
+++ b/include/hw/timer/hpet.h
@@ -78,6 +78,8 @@ extern struct hpet_fw_config hpet_cfg;
#define TYPE_HPET "hpet"
+#define HPET_INTCAP "hpet-intcap"
+
static inline bool hpet_find(void)
{
return object_resolve_path_type("", TYPE_HPET, NULL);