summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/fdisk-list.h')
-rw-r--r--disk-utils/fdisk-list.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/disk-utils/fdisk-list.h b/disk-utils/fdisk-list.h
new file mode 100644
index 000000000..125a7df34
--- /dev/null
+++ b/disk-utils/fdisk-list.h
@@ -0,0 +1,10 @@
+#ifndef UTIL_LINUX_FDISK_LIST_H
+#define UTIL_LINUX_FDISK_LIST_H
+
+extern void list_disklabel(struct fdisk_context *cxt);
+extern void list_disk_geometry(struct fdisk_context *cxt);
+
+extern int print_device_pt(struct fdisk_context *cxt, char *device, int warnme);
+extern void print_all_devices_pt(struct fdisk_context *cxt);
+
+#endif /* UTIL_LINUX_FDISK_LIST_H */