libdragon
Loading...
Searching...
No Matches
include
ioctl.h
Go to the documentation of this file.
1
7
#ifndef __LIBDRAGON_IOCTL_H
8
#define __LIBDRAGON_IOCTL_H
9
22
#define _IO(type, nr) ((((type) & 0xFFFF) << 16)|((nr) & 0xFFFF))
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
40
int
ioctl
(
int
fd,
unsigned
long
cmd,
void
*argp);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
ioctl
int ioctl(int fd, unsigned long cmd, void *argp)
Perform IO Control Request.
Definition
system.c:1174
Generated on Fri Sep 26 2025 13:45:42 for libdragon by
1.9.8