Updating parameters for SPCI memory sharing calls to match beta spec.
Bug: 132420445
Change-Id: I7b3ef367e9e1b9027d0d827c522035fb80900088
diff --git a/inc/hf/api.h b/inc/hf/api.h
index f8de195..c5ebe2a 100644
--- a/inc/hf/api.h
+++ b/inc/hf/api.h
@@ -62,6 +62,6 @@
const struct vcpu *current, struct vcpu **next);
struct spci_value api_spci_mem_send(uint32_t share_func, ipaddr_t address,
uint32_t page_count,
- uint32_t remaining_fragment_count,
- uint32_t length, uint32_t handle,
- struct vcpu *current, struct vcpu **next);
+ uint32_t fragment_length, uint32_t length,
+ uint32_t cookie, struct vcpu *current,
+ struct vcpu **next);