summaryrefslogtreecommitdiffstats
path: root/balkan/dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'balkan/dos.h')
-rw-r--r--balkan/dos.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/balkan/dos.h b/balkan/dos.h
new file mode 100644
index 000000000..753fc4193
--- /dev/null
+++ b/balkan/dos.h
@@ -0,0 +1,6 @@
+#ifndef H_DOS
+#define H_DOS 1
+
+int dospReadTable(int fd, struct partitionTable * table);
+
+#endif;