summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/path.h')
-rw-r--r--qemu/include/qemu/path.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/include/qemu/path.h b/qemu/include/qemu/path.h
new file mode 100644
index 000000000..ed5fee086
--- /dev/null
+++ b/qemu/include/qemu/path.h
@@ -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