diff options
Diffstat (limited to 'balkan/bsdlabel.h')
-rw-r--r-- | balkan/bsdlabel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/balkan/bsdlabel.h b/balkan/bsdlabel.h new file mode 100644 index 000000000..2d4dd3323 --- /dev/null +++ b/balkan/bsdlabel.h @@ -0,0 +1,6 @@ +#ifndef H_DOS +#define H_DOS 1 + +int bsdlReadTable(int fd, struct partitionTable * table); + +#endif; |