Skip to content

Commit

Permalink
linux/magic.h: move cramfs magic out of cramfs_fs.h
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <[email protected]>
CC: Alexander Viro <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
vapier authored and Al Viro committed Jun 12, 2009
1 parent f950221 commit 8688b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/cramfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
#define __CRAMFS_H

#include <linux/types.h>
#include <linux/magic.h>

#define CRAMFS_MAGIC 0x28cd3d45 /* some random number */
#define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
#define CRAMFS_SIGNATURE "Compressed ROMFS"

/*
Expand Down
2 changes: 2 additions & 0 deletions include/linux/magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#define AFS_SUPER_MAGIC 0x5346414F
#define AUTOFS_SUPER_MAGIC 0x0187
#define CODA_SUPER_MAGIC 0x73757245
#define CRAMFS_MAGIC 0x28cd3d45 /* some random number */
#define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */
#define DEBUGFS_MAGIC 0x64626720
#define SYSFS_MAGIC 0x62656572
#define SECURITYFS_MAGIC 0x73636673
Expand Down

0 comments on commit 8688b86

Please sign in to comment.