Marc-André Lureau | 88c39c8 | 2022-04-20 17:25:47 +0400 | [diff] [blame] | 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 | |||||
Akihiko Odaki | bab6a30 | 2022-08-19 22:27:54 +0900 | [diff] [blame] | 8 | int qemu_default_main(void); |
9 | extern int (*qemu_main)(void); | ||||
Marc-André Lureau | 88c39c8 | 2022-04-20 17:25:47 +0400 | [diff] [blame] | 10 | |
11 | #endif /* QEMU_MAIN_H */ |