Add ioctl package

This commit is contained in:
Alex X
2025-03-20 20:11:40 +03:00
parent 2473eee66b
commit bad7caa187
6 changed files with 77 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build mipsle
package ioctl
const (
read = 1
write = 2
)