diff options
| author | Daniel Campello <campello@google.com> | 2015-07-20 16:23:50 -0700 |
|---|---|---|
| committer | Daniel Rosenberg <drosen@google.com> | 2016-03-22 20:27:13 -0700 |
| commit | 84a1b7d3d3121e86fac74ae570311556c10b9c31 (patch) | |
| tree | 4a3c1708dfe27738a0c11951147c349fa24f10f2 /include/uapi/linux | |
| parent | 80780775bfb28ca293e674157bb0278b94adc754 (diff) | |
Included sdcardfs source code for kernel 3.0
Only included the source code as is for kernel 3.0. Following patches
take care of porting this file system to version 3.10.
Change-Id: I09e76db77cd98a059053ba5b6fd88572a4b75b5b
Signed-off-by: Daniel Campello <campello@google.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/magic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index accb036bbc9c..cfb5c406f344 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -52,6 +52,8 @@ #define REISER2FS_SUPER_MAGIC_STRING "ReIsEr2Fs" #define REISER2FS_JR_SUPER_MAGIC_STRING "ReIsEr3Fs" +#define SDCARDFS_SUPER_MAGIC 0xb550ca10 + #define SMB_SUPER_MAGIC 0x517B #define CGROUP_SUPER_MAGIC 0x27e0eb |
