24 #ifndef STORAGE_MSDOS_H 25 #define STORAGE_MSDOS_H 28 #include "storage/Devices/PartitionTable.h" 53 const Impl& get_impl()
const;
55 virtual Msdos* clone()
const override;
void set_minimal_mbr_gap(unsigned long minimal_mbr_gap)
Set the size of the MBR gap.
unsigned long get_minimal_mbr_gap() const
Get the size of the MBR gap (see https://en.wikipedia.org/wiki/BIOS_boot_partition).
Msdos * to_msdos(Device *device)
Converts pointer to Device to pointer to Msdos.
static Msdos * create(Devicegraph *devicegraph)
Create a device of type Msdos.
bool is_msdos(const Device *device)
Checks whether device points to an Msdos.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
An abstract base class for storage devices.
Definition: Device.h:81
The storage namespace.
Definition: Actiongraph.h:39
Definition: PartitionTable.h:87