Files
QSfera/Server/vendor/github.com/google/go-tpm/tpmutil/poll_other.go
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

11 lines
139 B
Go

//go:build !linux && !darwin
package tpmutil
import (
"os"
)
// Not implemented on Windows.
func poll(_ *os.File) error { return nil }