#include <block.h>
Data Fields | |
unsigned | flags |
A combination of bits defined in the BlockDeviceInfoFlags enum. | |
uint32_t | multiboot_id |
The device number as specified by the MultiBoot standard. |
Pass a pointer to a structure of this type to the BlockOperations::get_device_info() block device operation to gather information about a block device.
Definition at line 130 of file block.h.
unsigned BlockDeviceInfo::flags |
A combination of bits defined in the BlockDeviceInfoFlags enum.
uint32_t BlockDeviceInfo::multiboot_id |