DEBSOURCES
Skip Quicknav
sources / golang-github-google-go-tpm / 0.9.5-1 / tpmutil / poll_other.go
12345678910
//go:build !linux && !darwin package tpmutil import ( "os" ) // Not implemented on Windows. func poll(_ *os.File) error { return nil }