]> git.proxmox.com Git - qemu.git/blobdiff - include/hw/timer/hpet.h
hpet: add API to find it
[qemu.git] / include / hw / timer / hpet.h
index 757f79fdd2506bfeb7bc62ca81b2b6b504e884c7..ab44bd31fd4c9d7567d4f358f5a3a12e6c7a2f8b 100644 (file)
@@ -71,4 +71,6 @@ struct hpet_fw_config
 } QEMU_PACKED;
 
 extern struct hpet_fw_config hpet_cfg;
+
+bool hpet_find(void);
 #endif