commit | 52d9967781b9a15df54eb5cd1c4e873a471be86a | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Jun 25 15:51:11 2019 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Thu Jun 27 18:17:50 2019 +0100 |
tree | d3b276732b4e00336c38390933559589bbb78332 | |
parent | 25d897e00d0012b00f1146151cb8d97f27901383 [diff] [blame] |
Introduce spci_vm_count_t for count of VMs. Change-Id: I4eae492136019c6a39b2d06b59793f021b4e07bb
diff --git a/inc/vmapi/hf/call.h b/inc/vmapi/hf/call.h index 239244f..01be71f 100644 --- a/inc/vmapi/hf/call.h +++ b/inc/vmapi/hf/call.h
@@ -56,7 +56,7 @@ /** * Returns the number of secondary VMs. */ -static inline int64_t hf_vm_get_count(void) +static inline spci_vm_count_t hf_vm_get_count(void) { return hf_call(HF_VM_GET_COUNT, 0, 0, 0); }