summaryrefslogtreecommitdiff
path: root/libbcachefs/closure.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/closure.h')
-rw-r--r--libbcachefs/closure.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbcachefs/closure.h b/libbcachefs/closure.h
new file mode 100644
index 00000000..d8d4c709
--- /dev/null
+++ b/libbcachefs/closure.h
@@ -0,0 +1,5 @@
+#include "vendor/closure.h"
+
+#define closure_wait bch2_closure_wait
+#define closure_return_sync bch2_closure_return_sync
+#define __closure_wake_up __bch2_closure_wake_up