summaryrefslogtreecommitdiffstats
path: root/mount/h/loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/h/loop.h')
-rw-r--r--mount/h/loop.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mount/h/loop.h b/mount/h/loop.h
index a78dff721..1bd7fa87a 100644
--- a/mount/h/loop.h
+++ b/mount/h/loop.h
@@ -25,20 +25,12 @@ struct loop_info {
char reserved[4];
};
-/*
- * Loop encryption types --- LO_CRYPT_IDEA isn't supported yet
- */
-
#define LO_CRYPT_NONE 0
#define LO_CRYPT_XOR 1
#define LO_CRYPT_DES 2
#define LO_CRYPT_IDEA 3
#define MAX_LO_CRYPT 4
-/*
- * IOCTL commands --- we will commandeer 0x4C ('L')
- */
-
#define LOOP_SET_FD 0x4C00
#define LOOP_CLR_FD 0x4C01
#define LOOP_SET_STATUS 0x4C02