]> Git Repo - qemu.git/blob - include/qemu-main.h
Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into staging
[qemu.git] / include / qemu-main.h
1 /*
2  * This work is licensed under the terms of the GNU GPL, version 2 or later.
3  * See the COPYING file in the top-level directory.
4  */
5 #ifndef QEMU_MAIN_H
6 #define QEMU_MAIN_H
7
8 int qemu_main(int argc, char **argv, char **envp);
9
10 #endif /* QEMU_MAIN_H */
This page took 0.022323 seconds and 4 git commands to generate.