allwinner_a64/android/external/fio/t/debug.c
2018-08-08 16:14:42 +08:00

14 lines
188 B
C

#include <stdio.h>
FILE *f_err;
struct timeval *fio_tv = NULL;
unsigned long fio_debug = 0;
void __dprint(int type, const char *str, ...)
{
}
void debug_init(void)
{
f_err = stderr;
}