backend: move rated submit code to its own file
[fio.git] / rate-submit.h
diff --git a/rate-submit.h b/rate-submit.h
new file mode 100644 (file)
index 0000000..33bb9d7
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef FIO_RATE_SUBMIT
+#define FIO_RATE_SUBMIT
+
+#include "workqueue.h"
+
+extern struct workqueue_ops rated_wq_ops;
+
+#endif