1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __LINUX_MAGIC_H__
13#define __LINUX_MAGIC_H__
14
15#define ADFS_SUPER_MAGIC 0xadf5
16#define AFFS_SUPER_MAGIC 0xadff
17#define AFS_SUPER_MAGIC 0x5346414F
18#define AUTOFS_SUPER_MAGIC 0x0187
19#define CODA_SUPER_MAGIC 0x73757245
20#define EFS_SUPER_MAGIC 0x414A53
21#define EXT2_SUPER_MAGIC 0xEF53
22#define EXT3_SUPER_MAGIC 0xEF53
23#define EXT4_SUPER_MAGIC 0xEF53
24#define HPFS_SUPER_MAGIC 0xf995e849
25#define ISOFS_SUPER_MAGIC 0x9660
26#define JFFS2_SUPER_MAGIC 0x72b6
27#define ANON_INODE_FS_MAGIC 0x09041934
28
29#define MINIX_SUPER_MAGIC 0x137F
30#define MINIX_SUPER_MAGIC2 0x138F
31#define MINIX2_SUPER_MAGIC 0x2468
32#define MINIX2_SUPER_MAGIC2 0x2478
33#define MINIX3_SUPER_MAGIC 0x4d5a
34
35#define MSDOS_SUPER_MAGIC 0x4d44
36#define NCP_SUPER_MAGIC 0x564c
37#define NFS_SUPER_MAGIC 0x6969
38#define OPENPROM_SUPER_MAGIC 0x9fa1
39#define PROC_SUPER_MAGIC 0x9fa0
40#define QNX4_SUPER_MAGIC 0x002f
41
42#define REISERFS_SUPER_MAGIC 0x52654973
43
44#define REISERFS_SUPER_MAGIC_STRING "ReIsErFs"
45#define REISER2FS_SUPER_MAGIC_STRING "ReIsEr2Fs"
46#define REISER2FS_JR_SUPER_MAGIC_STRING "ReIsEr3Fs"
47
48#define SMB_SUPER_MAGIC 0x517B
49#define USBDEVICE_SUPER_MAGIC 0x9fa2
50#define CGROUP_SUPER_MAGIC 0x27e0eb
51
52#define FUTEXFS_SUPER_MAGIC 0xBAD1DEA
53#define INOTIFYFS_SUPER_MAGIC 0x2BAD1DEA
54
55#endif
56