L4Re Operating System Framework
Interface and Usage Documentation
|
Interface for a POSIX file that provides special file semantics. More...
#include <vfs.h>
Public Member Functions | |
virtual int | ioctl (unsigned long cmd, va_list args) noexcept=0 |
The famous IO control. | |
Interface for a POSIX file that provides special file semantics.
Real objects always use the combined L4Re::Vfs::File interface.
|
pure virtualnoexcept |
The famous IO control.
Backend for POSIX generic object invocation ioctl.
cmd | The ioctl command. |
args | The arguments for the ioctl, usually some kind of pointer. |
Implemented in L4Re::Vfs::Be_file.