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

Information about a single partition. More...

#include <partition.h>

+ Collaboration diagram for Block_device::Partition_info:

Data Fields

char guid [37]
 ID of the partition.
 
std::u16string name
 UTF16 name of the partition.
 
l4_uint64_t first
 First valid sector.
 
l4_uint64_t last
 Last valid sector.
 
l4_uint64_t flags
 Additional flags, depending on partition type.
 

Detailed Description

Information about a single partition.

Definition at line 30 of file partition.h.


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