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;
An abstract base class for storage devices.
Definition: Device.h:82
The main container of the libstorage-ng.
Definition: Devicegraph.h:170
static Msdos * create(Devicegraph *devicegraph)
Create a device of type Msdos.
unsigned long get_minimal_mbr_gap() const
Get the size of the MBR gap (see https://en.wikipedia.org/wiki/BIOS_boot_partition).
void set_minimal_mbr_gap(unsigned long minimal_mbr_gap)
Set the size of the MBR gap.
Definition: PartitionTable.h:88
The storage namespace.
Definition: Actiongraph.h:40
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.