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