L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Block_device::Inout_block Struct Reference

Description of an inout block to be sent to the device. More...

#include <types.h>

+ Collaboration diagram for Block_device::Inout_block:

Data Fields

l4_uint64_t sector = 0
 Initial sector. Used only by DISCARD / WRITE_ZEROES requests.
 
l4_uint32_t flags = 0
 Flags from Inout_flags.
 

Detailed Description

Description of an inout block to be sent to the device.

Block may be scatter gather in which case they are chained via the next pointer.

Definition at line 67 of file types.h.


The documentation for this struct was generated from the following file: