crypto: ccp: Fix definition of struct sev_data_send_update_vmsa

Upstream: no

The current definition of struct sev_data_send_update_vmsa in
include/linux/psp-sev.h does not comply with SEV API spec.

Fix it here.

Signed-off-by: hanliyang <hanliyang@hygon.cn>
This commit is contained in:
hanliyang 2022-05-24 22:03:04 +08:00
parent 88a4c829d3
commit 197d3828b5
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ struct sev_data_send_update_data {
*/
struct sev_data_send_update_vmsa {
u32 handle; /* In */
u32 reserved1;
u64 hdr_address; /* In */
u32 hdr_len; /* In/Out */
u32 reserved2;