mirror of
https://github.com/moby/moby.git
synced 2026-08-06 16:11:48 +00:00
12 lines
428 B
Go
12 lines
428 B
Go
//go:build windows
|
|
|
|
package winapi
|
|
|
|
type SNPPSPGuestRequestResult struct {
|
|
DriverStatus uint32
|
|
PspStatus uint64
|
|
}
|
|
|
|
//sys SnpPspIsSnpMode(snpMode *uint8) (ret uint32, err error) [failretval>0] = amdsnppspapi.SnpPspIsSnpMode?
|
|
//sys SnpPspFetchAttestationReport(reportData *uint8, guestRequestResult *SNPPSPGuestRequestResult, report *uint8) (ret uint32, err error) [failretval>0] = amdsnppspapi.SnpPspFetchAttestationReport?
|