summaryrefslogtreecommitdiffstats
path: root/loop_file_fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'loop_file_fmt.h')
-rw-r--r--loop_file_fmt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/loop_file_fmt.h b/loop_file_fmt.h
index 5c0e493..8a16c86 100644
--- a/loop_file_fmt.h
+++ b/loop_file_fmt.h
@@ -14,6 +14,12 @@
struct loop_file_fmt;
+#define LO_FILE_FMT_RAW 0
+#define LO_FILE_FMT_QCOW 1
+#define LO_FILE_FMT_VDI 2
+#define LO_FILE_FMT_VMDK 3
+#define MAX_LO_FILE_FMT (LO_FILE_FMT_VMDK + 1)
+
/**
* struct loop_file_fmt_ops - File format subsystem operations
*