Merge branch 'taras/nfs-upstream' of https://github.com/tarasglek/fio-1
[fio.git] / oslib / linux-dev-lookup.h
CommitLineData
40bafa33
JA
1#ifndef LINUX_DEV_LOOKUP
2#define LINUX_DEV_LOOKUP
3
4int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
5 unsigned int min);
6
7#endif