]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/dcache.h
Move c_src dirs back to toplevel
[bcachefs-tools-debian] / include / linux / dcache.h
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
new file mode 100644 (file)
index 0000000..7637854
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __LINUX_DCACHE_H
+#define __LINUX_DCACHE_H
+
+struct super_block;
+struct inode;
+
+struct dentry {
+       struct super_block *d_sb;
+       struct inode *d_inode;
+};
+
+#endif /* __LINUX_DCACHE_H */