RTEMS
5.0.0
|
#include <bdpart.h>
Data Fields | |
rtems_blkdev_bnum | begin |
rtems_blkdev_bnum | end |
uuid_t | type |
uuid_t | id |
uint64_t | flags |
Partition description.
rtems_blkdev_bnum rtems_bdpart_partition::begin |
Block index for partition begin.
rtems_blkdev_bnum rtems_bdpart_partition::end |
Block index for partition end (this block is not a part of the partition).
uint64_t rtems_bdpart_partition::flags |
Partition flags.
uuid_t rtems_bdpart_partition::id |
Partition ID.
uuid_t rtems_bdpart_partition::type |
Partition type.