The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 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 | *** |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 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 | *** |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef __LINUX_MAGIC_H__ |
| 20 | #define __LINUX_MAGIC_H__ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 21 | #define ADFS_SUPER_MAGIC 0xadf5 |
| 22 | #define AFFS_SUPER_MAGIC 0xadff |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 23 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 24 | #define AFS_SUPER_MAGIC 0x5346414F |
| 25 | #define AUTOFS_SUPER_MAGIC 0x0187 |
| 26 | #define CODA_SUPER_MAGIC 0x73757245 |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 27 | #define DEBUGFS_MAGIC 0x64626720 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 28 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 29 | #define EFS_SUPER_MAGIC 0x414A53 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 30 | #define EXT2_SUPER_MAGIC 0xEF53 |
| 31 | #define EXT3_SUPER_MAGIC 0xEF53 |
| 32 | #define EXT4_SUPER_MAGIC 0xEF53 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 33 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 34 | #define HPFS_SUPER_MAGIC 0xf995e849 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 35 | #define ISOFS_SUPER_MAGIC 0x9660 |
| 36 | #define JFFS2_SUPER_MAGIC 0x72b6 |
| 37 | #define ANON_INODE_FS_MAGIC 0x09041934 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 38 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Elliott Hughes | c95eb57 | 2013-01-29 18:15:55 -0800 | [diff] [blame^] | 39 | #define MINIX_SUPER_MAGIC 0x137F |
| 40 | #define MINIX_SUPER_MAGIC2 0x138F |
| 41 | #define MINIX2_SUPER_MAGIC 0x2468 |
| 42 | #define MINIX2_SUPER_MAGIC2 0x2478 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 43 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Elliott Hughes | c95eb57 | 2013-01-29 18:15:55 -0800 | [diff] [blame^] | 44 | #define MINIX3_SUPER_MAGIC 0x4d5a |
| 45 | #define MSDOS_SUPER_MAGIC 0x4d44 |
| 46 | #define NCP_SUPER_MAGIC 0x564c |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 47 | #define NFS_SUPER_MAGIC 0x6969 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 48 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 49 | #define OPENPROM_SUPER_MAGIC 0x9fa1 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 50 | #define PROC_SUPER_MAGIC 0x9fa0 |
Elliott Hughes | c95eb57 | 2013-01-29 18:15:55 -0800 | [diff] [blame^] | 51 | #define QNX4_SUPER_MAGIC 0x002f |
| 52 | #define REISERFS_SUPER_MAGIC 0x52654973 |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 53 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 54 | #define REISERFS_SUPER_MAGIC_STRING "ReIsErFs" |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 55 | #define REISER2FS_SUPER_MAGIC_STRING "ReIsEr2Fs" |
| 56 | #define REISER2FS_JR_SUPER_MAGIC_STRING "ReIsEr3Fs" |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 57 | #define SMB_SUPER_MAGIC 0x517B |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 58 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 59 | #define USBDEVICE_SUPER_MAGIC 0x9fa2 |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 60 | #define CGROUP_SUPER_MAGIC 0x27e0eb |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 61 | #define FUTEXFS_SUPER_MAGIC 0xBAD1DEA |
| 62 | #define INOTIFYFS_SUPER_MAGIC 0x2BAD1DEA |
Ben Cheng | 654325d | 2012-03-07 21:13:49 -0800 | [diff] [blame] | 63 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
Ben Cheng | 1a82369 | 2012-03-13 12:28:40 -0700 | [diff] [blame] | 64 | #endif |