NAME

devctl.h — device control

SYNOPSIS

[DC] [Option Start] #include <devctl.h> [Option End]

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);

The following sections are informative.

APPLICATION USAGE

None.

RATIONALE

None.

FUTURE DIRECTIONS

None.

SEE ALSO

<sys/types.h> , <termios.h>

XSH posix_devctl

CHANGE HISTORY

First released in Issue 8. Derived from POSIX.26.

End of informative text.