[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/4] hw/timer/hpet: Have hpet_find() return an Object
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 3/4] hw/timer/hpet: Have hpet_find() return an Object |
Date: |
Fri, 6 Dec 2024 20:11:23 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
include/hw/timer/hpet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h
index 2a95799a679..d11cdff0347 100644
--- a/include/hw/timer/hpet.h
+++ b/include/hw/timer/hpet.h
@@ -64,7 +64,7 @@
#define HPET_INTCAP "hpet-intcap"
-static inline bool hpet_find(void)
+static inline Object *hpet_find(void)
{
return object_resolve_path_type("", TYPE_HPET, NULL);
}
--
2.45.2