OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
usr
/
include
/
linux
/
iio
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:49 PM
rwxr-xr-x
📄
buffer.h
270 bytes
04/15/2025 05:24:36 PM
rw-r--r--
📄
events.h
1.36 KB
04/15/2025 05:24:36 PM
rw-r--r--
📄
types.h
2.38 KB
04/15/2025 05:24:36 PM
rw-r--r--
Editing: buffer.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* industrial I/O buffer definitions needed both in and out of kernel */ #ifndef _IIO_BUFFER_H_ #define _IIO_BUFFER_H_ #define IIO_BUFFER_GET_FD_IOCTL _IOWR('i', 0x91, int) #endif /* _IIO_BUFFER_H_ */