Module patterns

Source
Expand description

Implements typical patterns for ioctl usage.

Structs§

Getter
Implements the traditional “getter” pattern for ioctls.
IntegerSetter
Implements an ioctl that passes an integer into the ioctl.
NoArg
Implements an ioctl with no real arguments.
Setter
Implements the pattern for ioctls where a pointer argument is given to the ioctl.
Updater
Implements an “updater” pattern for ioctls.