backend: move rated submit code to its own file
[fio.git] / rate-submit.h
... / ...
CommitLineData
1#ifndef FIO_RATE_SUBMIT
2#define FIO_RATE_SUBMIT
3
4#include "workqueue.h"
5
6extern struct workqueue_ops rated_wq_ops;
7
8#endif