VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r--src/Common/Format.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Common/Format.h b/src/Common/Format.h
index f5d65f14..826b8f6c 100644
--- a/src/Common/Format.h
+++ b/src/Common/Format.h
@@ -91,6 +91,11 @@ BOOL MoveFilePointer (HANDLE dev, LARGE_INTEGER offset);
#define FILESYS_EXFAT 3
#define FILESYS_REFS 4
+#define FORMAT_TYPE_FULL 0
+#define FORMAT_TYPE_QUICK 1
+#define FORMAT_TYPE_FAST 2
+
+
#ifdef __cplusplus
}
#endif