DEVCTL.H(7) Miscellaneous Information Manual DEVCTL.H(7)
NAME
devctl.h — device
control
SYNOPSIS
DESCRIPTION
The <devctl.h> header shall define the size_t type as described in <sys/types.h>.
The following shall be declared as a function and may also be defined as a macro. A function prototype shall be provided.
int posix_devctl(int, int, void *restrict, size_t, int *restrict);
APPLICATION USAGE
None.
RATIONALE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
XSH posix_devctl(3)
CHANGE HISTORY
First released in Issue 8. Derived from POSIX.26.
June 14, 2024 posix.fail