]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/types.h
Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading journal...
[bcachefs-tools-debian] / include / linux / types.h
index 7eb2222f8ce265f8cffc85072e80f20b25053606..f0efcd2e437fdab46fb54caa545b8e39b4152f37 100644 (file)
@@ -79,4 +79,8 @@ typedef u64 sector_t;
 
 typedef int (*cmp_func_t)(const void *a, const void *b);
 
+typedef unsigned int __bitwise slab_flags_t;
+typedef u64 phys_addr_t;
+struct vm_struct;
+
 #endif /* _TOOLS_LINUX_TYPES_H_ */