summaryrefslogtreecommitdiff
path: root/fdisks/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisks/gpt.h')
-rw-r--r--fdisks/gpt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/fdisks/gpt.h b/fdisks/gpt.h
new file mode 100644
index 0000000..2ac21c4
--- /dev/null
+++ b/fdisks/gpt.h
@@ -0,0 +1,7 @@
+#ifndef FDISK_GPT_H
+#define FDISK_GPT_H
+
+extern int gpt_probe_signature_fd(int fd);
+extern int gpt_probe_signature_devname(char *devname);
+
+#endif /* FDISK_GPT_H */