L4Re Operating System Framework
Interface and Usage Documentation
|
Information about a single partition. More...
#include <partition.h>
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. | |
Information about a single partition.
Definition at line 30 of file partition.h.