]> Git Repo - qemu.git/blame - include/qemu-main.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / include / qemu-main.h
CommitLineData
88c39c86
MAL
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
bab6a301
AO
8int qemu_default_main(void);
9extern int (*qemu_main)(void);
88c39c86
MAL
10
11#endif /* QEMU_MAIN_H */
This page took 0.04239 seconds and 4 git commands to generate.