summaryrefslogtreecommitdiff
path: root/lib/ext2fs/e2image.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext2fs/e2image.h')
-rw-r--r--lib/ext2fs/e2image.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/ext2fs/e2image.h b/lib/ext2fs/e2image.h
index c918529e..53b20cc7 100644
--- a/lib/ext2fs/e2image.h
+++ b/lib/ext2fs/e2image.h
@@ -12,15 +12,6 @@
* %End-Header%
*/
-/* Image types */
-#define E2IMAGE_RAW 1
-#define E2IMAGE_QCOW2 2
-
-/* Image flags */
-#define E2IMAGE_INSTALL_FLAG 1
-#define E2IMAGE_SCRAMBLE_FLAG 2
-#define E2IMAGE_IS_QCOW2_FLAG 3
-
struct ext2_image_hdr {
__u32 magic_number; /* This must be EXT2_ET_MAGIC_E2IMAGE */
char magic_descriptor[16]; /* "Ext2 Image 1.0", w/ null padding */