Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Io ¶
Io used for a simple ioctl that sends nothing but the type and number, and receives back nothing but an (integer) retval.
func IoR ¶
IoR used for an ioctl that reads data from the device driver. The driver will be allowed to return sizeof(data_type) bytes to the user.
func IoRW ¶
IoRW a combination of IoR and IoW. That is, data is both written to the driver and then read back from the driver by the client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.