summaryrefslogtreecommitdiffstats
path: root/include/qemu-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu-main.h')
-rw-r--r--include/qemu-main.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qemu-main.h b/include/qemu-main.h
new file mode 100644
index 0000000000..6a3e90d0ad
--- /dev/null
+++ b/include/qemu-main.h
@@ -0,0 +1,10 @@
+/*
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+#ifndef QEMU_MAIN_H
+#define QEMU_MAIN_H
+
+int qemu_main(int argc, char **argv, char **envp);
+
+#endif /* QEMU_MAIN_H */