sing-box/adapter/usbip_stub.go
2026-06-16 18:15:54 +08:00

7 lines
141 B
Go

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