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_default_main(void);
9externint (*qemu_main)(void);
1011#endif/* QEMU_MAIN_H */12