L4Re - L4 Runtime Environment
|
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)=0 throw () |
The famous IO control. More... | |
Interface for a POSIX file that provides special file semantics.
Real objects use always the combined L4Re::Vfs::File interface.
|
pure virtual |
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.