mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-04 07:56:33 +08:00
9 lines
66 B
Go
9 lines
66 B
Go
//go:build mipsle
|
|
|
|
package ioctl
|
|
|
|
const (
|
|
read = 1
|
|
write = 2
|
|
)
|