summaryrefslogtreecommitdiff
path: root/package/aboot/src/sdisklabel/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/aboot/src/sdisklabel/library.h')
-rw-r--r--package/aboot/src/sdisklabel/library.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/aboot/src/sdisklabel/library.h b/package/aboot/src/sdisklabel/library.h
new file mode 100644
index 000000000..cdb023df2
--- /dev/null
+++ b/package/aboot/src/sdisklabel/library.h
@@ -0,0 +1,8 @@
+#ifndef _LIBRARY_H
+#define _LIBRARY_H
+
+int read_disklabel(int fd,struct disklabel *d);
+int dosumlabel(int fd,struct disklabel *d);
+int overlaplabel(struct disklabel *d,int offset,int endplace, unsigned force);
+
+#endif