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
8