diff options
Diffstat (limited to 'include/linux/affs_fs.h')
-rw-r--r-- | include/linux/affs_fs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/affs_fs.h b/include/linux/affs_fs.h new file mode 100644 index 000000000000..c57b5ee87d55 --- /dev/null +++ b/include/linux/affs_fs.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef _AFFS_FS_H | ||
2 | #define _AFFS_FS_H | ||
3 | /* | ||
4 | * The affs filesystem constants/structures | ||
5 | */ | ||
6 | #define AFFS_SUPER_MAGIC 0xadff | ||
7 | #endif | ||