summaryrefslogtreecommitdiffstats
path: root/include/cramfs
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-26 11:38:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-03 07:57:36 +0100
commitc8b37d49830a38243d570b90d03da6be8c0b664c (patch)
tree1d774ae0ce776b965898d857c33456943860982d /include/cramfs
parent0123e9f63304304b4b1cf86871cc33832d9569f6 (diff)
downloadbarebox-c8b37d49830a38243d570b90d03da6be8c0b664c.tar.gz
barebox-c8b37d49830a38243d570b90d03da6be8c0b664c.tar.xz
fs: import magic.h from Linux kernel
include/linux/magic.h provides MAGIC numbers for various file systems. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/cramfs')
-rw-r--r--include/cramfs/cramfs_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cramfs/cramfs_fs.h b/include/cramfs/cramfs_fs.h
index 8c53fc737d..d2b67c5fe0 100644
--- a/include/cramfs/cramfs_fs.h
+++ b/include/cramfs/cramfs_fs.h
@@ -1,7 +1,6 @@
#ifndef __CRAMFS_H
#define __CRAMFS_H
-#define CRAMFS_MAGIC 0x28cd3d45 /* some random number */
#define CRAMFS_SIGNATURE "Compressed ROMFS"
/*