Handle disk partitioning
This commit is contained in:
9
kernel/diskpart/mbr.h
Normal file
9
kernel/diskpart/mbr.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user