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#ifndefQEMU_MAIN_H6#defineQEMU_MAIN_H78intqemu_main(intargc, char **argv, char **envp);
910#endif/* QEMU_MAIN_H */11