1 #include <stdio.h> 2 3 FILE *f_err; 4 struct timeval *fio_tv = NULL; 5 unsigned int fio_debug = 0; 6 7 void __dprint(int type, const char *str, ...) 8 { 9 } 10 11 void debug_init(void) 12 { 13 f_err = stderr; 14 } 15