We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8271b48 + d6cd532 commit 14ac50eCopy full SHA for 14ac50e
abi/amdsp.go
@@ -18,7 +18,7 @@ import "fmt"
18
19
// SevFirmwareStatus is the type of all AMD-SP firmware status codes, as documented in the SEV API
20
// https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf
21
-type SevFirmwareStatus int
+type SevFirmwareStatus int64
22
23
// Unexported errors are not expected to leave the kernel.
24
const (
0 commit comments