Sign in
cos
/
third_party
/
docker
/
refs/heads/cos/master
/
.
/
daemon
/
devices_nonlinux.go
blob: 5c70d65ec4ce815c5cd811f233d2102a920b472b [
file
] [
edit
]
//go:build !linux
package daemon
import "tags.cncf.io/container-device-interface/pkg/cdi"
// RegisterGPUDeviceDrivers is a no-op on non-Linux platforms.
func RegisterGPUDeviceDrivers(_ *cdi.Cache) {}