Files
sing-box/adapter/usbip_stub.go
T
2026-07-09 11:20:06 +08:00

8 lines
141 B
Go

//go:build !with_usbip || !(linux || (darwin && cgo) || windows)
package adapter
type USBIPDynamicServer interface {
usbipNotIncluded()
}