blob: 940960a7dbcba5bacc238447f95e9580e9a86e6b [file] [log] [blame]
Marc-André Lureau88c39c82022-04-20 17:25:47 +04001/*
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
Akihiko Odakibab6a302022-08-19 22:27:54 +09008int qemu_default_main(void);
9extern int (*qemu_main)(void);
Marc-André Lureau88c39c82022-04-20 17:25:47 +040010
11#endif /* QEMU_MAIN_H */