ed5fee086f23dc93f51602bf63f093f68f76e869
[kvmfornfv.git] / qemu / include / qemu / path.h
1 #ifndef QEMU_PATH_H
2 #define QEMU_PATH_H 1
3
4 void init_paths(const char *prefix);
5 const char *path(const char *pathname);
6
7 #endif