mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-12-24 12:57:56 +08:00
9 lines
88 B
Go
9 lines
88 B
Go
//go:build arm || arm64 || 386 || amd64
|
|
|
|
package ioctl
|
|
|
|
const (
|
|
write = 1
|
|
read = 2
|
|
)
|