diff options
Diffstat (limited to 'include/linux/openprom_fs.h')
-rw-r--r-- | include/linux/openprom_fs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/openprom_fs.h b/include/linux/openprom_fs.h new file mode 100644 index 000000000000..a837aab8217e --- /dev/null +++ b/include/linux/openprom_fs.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef _LINUX_OPENPROM_FS_H | ||
2 | #define _LINUX_OPENPROM_FS_H | ||
3 | |||
4 | /* | ||
5 | * The openprom filesystem constants/structures | ||
6 | */ | ||
7 | |||
8 | #define OPENPROM_SUPER_MAGIC 0x9fa1 | ||
9 | |||
10 | #endif /* _LINUX_OPENPROM_FS_H */ | ||