diff options
Diffstat (limited to 'include/linux/iso_fs.h')
| -rw-r--r-- | include/linux/iso_fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/iso_fs.h b/include/linux/iso_fs.h index 47967878bfef..4688ac4284e2 100644 --- a/include/linux/iso_fs.h +++ b/include/linux/iso_fs.h | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | #define _ISOFS_FS_H | 2 | #define _ISOFS_FS_H |
| 3 | 3 | ||
| 4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
| 5 | #include <linux/magic.h> | ||
| 6 | |||
| 5 | /* | 7 | /* |
| 6 | * The isofs filesystem constants/structures | 8 | * The isofs filesystem constants/structures |
| 7 | */ | 9 | */ |
| @@ -160,6 +162,4 @@ struct iso_directory_record { | |||
| 160 | #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize) | 162 | #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize) |
| 161 | #define ISOFS_BUFFER_BITS(INODE) ((INODE)->i_sb->s_blocksize_bits) | 163 | #define ISOFS_BUFFER_BITS(INODE) ((INODE)->i_sb->s_blocksize_bits) |
| 162 | 164 | ||
| 163 | #define ISOFS_SUPER_MAGIC 0x9660 | 165 | #endif /* _ISOFS_FS_H */ |
| 164 | |||
| 165 | #endif | ||
