Files
2025-10-19 22:29:19 +02:00

10 lines
172 B
C

#ifndef DISKPART_MBR_H_
#define DISKPART_MBR_H_
#include <stdbool.h>
#include "storedev/storedev.h"
bool diskpart_mbr_probe(StoreDev *sd);
#endif // DISKPART_MBR_H_