File: ioctl_other.go

package info (click to toggle)
golang-github-bettercap-gatt 0.0~git20240808.ec4935e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: ansic: 82; asm: 18; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// +build !mips,!mipsle

package gioctl

const (
	directionNone  = 0
	directionWrite = 1
	directionRead  = 2

	sizeBits = 14
)