allwinner_a64/android/external/fio/oslib/linux-dev-lookup.h
2018-08-08 16:14:42 +08:00

7 lines
163 B
C

#ifndef LINUX_DEV_LOOKUP
#define LINUX_DEV_LOOKUP
int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
unsigned int min);
#endif