commit | c0f4ff27960933f2f24cc9553318610a80e1dab8 | [log] [tgz] |
---|---|---|
author | Jose Marinho <jose.marinho@arm.com> | Wed Oct 09 10:37:42 2019 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Mon Oct 14 12:56:40 2019 +0000 |
tree | 12971745541738d1c7b2bceae787a54291eb0c05 | |
parent | 7081c75f7474ac9e03dddd2538518f6965cdd0e8 [diff] [blame] |
SPCI: SPCI_FEATURES implementation. Change-Id: I1bb3e32808d503ee75303a5e70b41645b2d7e86b
diff --git a/inc/hf/api.h b/inc/hf/api.h index 406b620..024973e 100644 --- a/inc/hf/api.h +++ b/inc/hf/api.h
@@ -66,3 +66,4 @@ struct vm_locked to_locked, struct vm_locked from_locked, struct spci_memory_region *memory_region, uint32_t memory_to_attributes, enum spci_memory_share share); +struct spci_value api_spci_features(uint32_t function_id);