blob: c297d6159337576e4e7a9d4d0f4552d013028346 [file] [log] [blame]
#include <stdio.h>
FILE *f_err;
struct timeval *fio_tv = NULL;
unsigned int fio_debug = 0;
void __dprint(int type, const char *str, ...)
{
}
void debug_init(void)
{
f_err = stderr;
}