Sign in
qemu
/
qemu
/
9ca9c893b617c0c182f16331021c5ff8c64c5c00
/
.
/
include
/
qemu-main.h
blob: 6a3e90d0ad59a8de34ad98ea160e5fcfa4dd3fc8 [
file
] [
log
] [
blame
]
/*
* 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 */