blob: c297d6159337576e4e7a9d4d0f4552d013028346 [file] [log] [blame]
Jens Axboe7a741972014-09-26 09:58:29 -06001#include <stdio.h>
2
3FILE *f_err;
4struct timeval *fio_tv = NULL;
5unsigned int fio_debug = 0;
6
7void __dprint(int type, const char *str, ...)
8{
9}
10
11void debug_init(void)
12{
13 f_err = stderr;
14}