diff options
| author | Brijesh Singh <[email protected]> | 2024-01-25 22:11:23 -0600 |
|---|---|---|
| committer | Borislav Petkov (AMD) <[email protected]> | 2024-01-29 20:34:19 +0100 |
| commit | f5db8841ebe59dbdf07fda797c88ccb51e0c893d (patch) | |
| tree | b66d6112bbb1cfc9dbc0a18d4dc88a97925c757d /include/uapi/linux | |
| parent | c3b86e61b75645276aa2565649a6da5d6e77030f (diff) | |
crypto: ccp: Add the SNP_PLATFORM_STATUS command
This command is used to query the SNP platform status. See the SEV-SNP
spec for more details.
Signed-off-by: Brijesh Singh <[email protected]>
Signed-off-by: Ashish Kalra <[email protected]>
Signed-off-by: Michael Roth <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/psp-sev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/psp-sev.h b/include/uapi/linux/psp-sev.h index 207e34217528..f1e2c55a92b4 100644 --- a/include/uapi/linux/psp-sev.h +++ b/include/uapi/linux/psp-sev.h @@ -28,6 +28,7 @@ enum { SEV_PEK_CERT_IMPORT, SEV_GET_ID, /* This command is deprecated, use SEV_GET_ID2 */ SEV_GET_ID2, + SNP_PLATFORM_STATUS, SEV_MAX, }; |