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 00000000000..c57b5ee87d5 --- /dev/null +++ b/include/linux/affs_fs.h @@ -0,0 +1,7 @@ +#ifndef _AFFS_FS_H +#define _AFFS_FS_H +/* + * The affs filesystem constants/structures + */ +#define AFFS_SUPER_MAGIC 0xadff +#endif |