]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/missing.h
core: unified cgroup hierarchy support
[thirdparty/systemd.git] / src / basic / missing.h
index 34ab0254ddabc45007bf0e80f22da67cdbf74add..dc1f244d4c5e0d5b4608460c8dd8768ebe9b4509 100644 (file)
@@ -492,6 +492,14 @@ struct btrfs_ioctl_quota_ctl_args {
 #define BTRFS_SUPER_MAGIC 0x9123683E
 #endif
 
+#ifndef CGROUP_SUPER_MAGIC
+#define CGROUP_SUPER_MAGIC 0x27e0eb
+#endif
+
+#ifndef TMPFS_MAGIC
+#define TMPFS_MAGIC 0x01021994
+#endif
+
 #ifndef MS_MOVE
 #define MS_MOVE 8192
 #endif