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:
parent
88a4c829d3
commit
197d3828b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue