summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk/msdos.h
blob: b6dd9481055061bb5bdcf1dab65cb83506f34e84 (plain)
1
2
3
4
5
6
7
8
#ifndef _MSDOS_H_
#define _MSDOS_H_

#include <disk/geom.h>

int parse_partition_table(struct driveinfo *, void *, int *);

#endif /* _MSDOS_H_ */