summaryrefslogtreecommitdiffstats
path: root/balkan/bsdlabel.h
blob: 2d4dd332316ce8b3d6a030199011e43832a33462 (plain)
1
2
3
4
5
6
#ifndef H_DOS
#define H_DOS 1

int bsdlReadTable(int fd, struct partitionTable * table);

#endif;