Home | History | Annotate | Download | only in linux
      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  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef __LINUX_MAGIC_H__
     20 #define __LINUX_MAGIC_H__
     21 #define ADFS_SUPER_MAGIC 0xadf5
     22 #define AFFS_SUPER_MAGIC 0xadff
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define AFS_SUPER_MAGIC 0x5346414F
     25 #define AUTOFS_SUPER_MAGIC 0x0187
     26 #define CODA_SUPER_MAGIC 0x73757245
     27 #define DEBUGFS_MAGIC 0x64626720
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 #define EFS_SUPER_MAGIC 0x414A53
     30 #define EXT2_SUPER_MAGIC 0xEF53
     31 #define EXT3_SUPER_MAGIC 0xEF53
     32 #define EXT4_SUPER_MAGIC 0xEF53
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34 #define HPFS_SUPER_MAGIC 0xf995e849
     35 #define ISOFS_SUPER_MAGIC 0x9660
     36 #define JFFS2_SUPER_MAGIC 0x72b6
     37 #define ANON_INODE_FS_MAGIC 0x09041934
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define MINIX_SUPER_MAGIC 0x137F
     40 #define MINIX_SUPER_MAGIC2 0x138F
     41 #define MINIX2_SUPER_MAGIC 0x2468
     42 #define MINIX2_SUPER_MAGIC2 0x2478
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 #define MINIX3_SUPER_MAGIC 0x4d5a
     45 #define MSDOS_SUPER_MAGIC 0x4d44
     46 #define NCP_SUPER_MAGIC 0x564c
     47 #define NFS_SUPER_MAGIC 0x6969
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49 #define OPENPROM_SUPER_MAGIC 0x9fa1
     50 #define PROC_SUPER_MAGIC 0x9fa0
     51 #define QNX4_SUPER_MAGIC 0x002f
     52 #define REISERFS_SUPER_MAGIC 0x52654973
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54 #define REISERFS_SUPER_MAGIC_STRING "ReIsErFs"
     55 #define REISER2FS_SUPER_MAGIC_STRING "ReIsEr2Fs"
     56 #define REISER2FS_JR_SUPER_MAGIC_STRING "ReIsEr3Fs"
     57 #define SMB_SUPER_MAGIC 0x517B
     58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     59 #define USBDEVICE_SUPER_MAGIC 0x9fa2
     60 #define CGROUP_SUPER_MAGIC 0x27e0eb
     61 #define FUTEXFS_SUPER_MAGIC 0xBAD1DEA
     62 #define INOTIFYFS_SUPER_MAGIC 0x2BAD1DEA
     63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     64 #endif
     65