33bb9d77797c802b2151ebf8852723e638261a60
[fio.git] / rate-submit.h
1 #ifndef FIO_RATE_SUBMIT
2 #define FIO_RATE_SUBMIT
3
4 #include "workqueue.h"
5
6 extern struct workqueue_ops rated_wq_ops;
7
8 #endif