HOWTO: fix wrong "here follows the complete list of fio job parameters" position
[fio.git] / oslib / linux-dev-lookup.h
1 #ifndef LINUX_DEV_LOOKUP
2 #define LINUX_DEV_LOOKUP
3
4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
5                            unsigned int min);
6
7 #endif