aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/openprom_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/openprom_fs.h')
-rw-r--r--include/linux/openprom_fs.h10
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 @@
+#ifndef _LINUX_OPENPROM_FS_H
+#define _LINUX_OPENPROM_FS_H
+
+/*
+ * The openprom filesystem constants/structures
+ */
+
+#define OPENPROM_SUPER_MAGIC 0x9fa1
+
+#endif /* _LINUX_OPENPROM_FS_H */