Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/include/qemu-main.h
2023-03-06 14:48:14 +01:00

11 lines
254 B
C

/*
* 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_main(int argc, char **argv, char **envp);
#endif /* QEMU_MAIN_H */