Search notes:
include/uapi
include/uapi
contains the kernel's user space API (UAPI).
The
UAPI
is a set of constants and structures that the user space needs to know about, such as sys call numbers,
ioctl
numbers,
struct stat
, etc.
See also
arch/$SRCARCH/include/uapi
Is
scripts/check-uapi.sh
related to
include/uapi
?
Index