]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - rust-src/bch_bindgen/src/libbcachefs_wrapper.h
New upstream release
[bcachefs-tools-debian] / rust-src / bch_bindgen / src / libbcachefs_wrapper.h
index 2a0e7026068582c3f2b33ff855e0f726f347c4a3..e7bcfcfb22574f6ea61a1c4980334ba31e624e31 100644 (file)
@@ -1,8 +1,20 @@
 #include "../libbcachefs/super-io.h"
 #include "../libbcachefs/checksum.h"
 #include "../libbcachefs/bcachefs_format.h"
+#include "../libbcachefs/btree_cache.h"
+#include "../libbcachefs/btree_iter.h"
+#include "../libbcachefs/debug.h"
+#include "../libbcachefs/errcode.h"
+#include "../libbcachefs/error.h"
 #include "../libbcachefs/opts.h"
 #include "../libbcachefs.h"
 #include "../crypto.h"
 #include "../include/linux/bio.h"
+#include "../include/linux/blkdev.h"
 
+
+#define MARK_FIX_753(req_name) const fmode_t Fix753_##req_name = req_name;
+
+MARK_FIX_753(FMODE_READ);
+MARK_FIX_753(FMODE_WRITE);
+MARK_FIX_753(FMODE_EXCL);
\ No newline at end of file