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;
50 unsigned long get_minimal_mbr_gap()
const;
51 void set_minimal_mbr_gap(
unsigned long minimal_mbr_gap);
60 bool is_msdos(
const Device* device);
Msdos * to_msdos(Device *device)
Converts pointer to Device to pointer to 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