X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os.h;h=b44d34c6b5ef07dea4c5c7fe2c05be09c5abbe9e;hp=68660b6d4ff406c7bb4bbb8aa4dcdc756d70f6d4;hb=84585003d025a38b91749cb0d68f6b5653d1f1a3;hpb=b990b5c06801d6d25e3fcc5415efbbe7bb23341e diff --git a/os.h b/os.h index 68660b6d..b44d34c6 100644 --- a/os.h +++ b/os.h @@ -47,13 +47,4 @@ #define OS_O_DIRECT O_DIRECT #endif -struct thread_data; -extern int fio_libaio_init(struct thread_data *); -extern int fio_posixaio_init(struct thread_data *); -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