These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / qemu / path.h
diff --git a/qemu/include/qemu/path.h b/qemu/include/qemu/path.h
new file mode 100644 (file)
index 0000000..ed5fee0
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef QEMU_PATH_H
+#define QEMU_PATH_H 1
+
+void init_paths(const char *prefix);
+const char *path(const char *pathname);
+
+#endif