diff options
Diffstat (limited to 'mount/loop.h')
-rw-r--r-- | mount/loop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mount/loop.h b/mount/loop.h index 60688529..64df3391 100644 --- a/mount/loop.h +++ b/mount/loop.h @@ -22,6 +22,8 @@ #define LOOP_GET_STATUS 0x4C03 #define LOOP_SET_STATUS64 0x4C04 #define LOOP_GET_STATUS64 0x4C05 +/* #define LOOP_CHANGE_FD 0x4C06 */ +#define LOOP_SET_CAPACITY 0x4C07 /* Flags for loop_into{64,}->lo_flags */ enum { |