commit | c653e7242b8b621c6303985eb2df8833ec1da00c | [log] [tgz] |
---|---|---|
author | J-Alves <joao.alves@arm.com> | Wed Aug 02 13:08:54 2023 +0100 |
committer | J-Alves <joao.alves@arm.com> | Fri Aug 04 15:55:02 2023 +0100 |
tree | eb7ce5355129f74889f0935e22c6a0d37c34b81e | |
parent | 77b1c7fbe8de9c9c629a7361784e3ba6212f92d3 [diff] [blame] |
refactor: ffa_vm_id_t to ffa_id_t Redefine the type for FF-A IDs. The previous name was tied to the notion of a VM. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I072a86fef240ef305fa46fe80d893a37df5e2172
diff --git a/inc/uapi/hf/socket.h b/inc/uapi/hf/socket.h index 5a92ef2..279b366 100644 --- a/inc/uapi/hf/socket.h +++ b/inc/uapi/hf/socket.h
@@ -27,6 +27,6 @@ */ struct hf_sockaddr { __kernel_sa_family_t family; - ffa_vm_id_t vm_id; + ffa_id_t vm_id; uint64_t port; };