X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os.h;h=68660b6d4ff406c7bb4bbb8aa4dcdc756d70f6d4;hp=1bce2f64028324d7b1e982ce8c1d42305cb31ec5;hb=b990b5c06801d6d25e3fcc5415efbbe7bb23341e;hpb=aae22ca71e8f5ac94a79f5dee161533a25852f6c;ds=inline diff --git a/os.h b/os.h index 1bce2f64..68660b6d 100644 --- a/os.h +++ b/os.h @@ -54,5 +54,6 @@ extern int fio_syncio_init(struct thread_data *); extern int fio_mmapio_init(struct thread_data *); extern int fio_sgio_init(struct thread_data *); extern int fio_spliceio_init(struct thread_data *); +extern int fio_cpuio_init(struct thread_data *); #endif