24 #ifndef STORAGE_MSDOS_H 25 #define STORAGE_MSDOS_H 28 #include "storage/Devices/PartitionTable.h" 46 const Impl& get_impl()
const;
48 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.
bool is_msdos(const Device *device)
Checks whether device points to an Msdos.
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37
Definition: PartitionTable.h:81