https://github.com/qemu/qemu
Raw File
Tip revision: a342ce9dfeed8088c426e5d51d4a7e47f3764b84 authored by Michael Tokarev on 08 July 2023, 21:34:33 UTC
Update version for 8.0.3 release
Tip revision: a342ce9
qemu-main.h
/*
 * 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_default_main(void);
extern int (*qemu_main)(void);

#endif /* QEMU_MAIN_H */
back to top