repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
aspeed/i2c: Add ast1030 controller models
[qemu.git]
/
include
/
qemu-main.h
blob
6a3e90d0ad59a8de34ad98ea160e5fcfa4dd3fc8
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
8
int
qemu_main
(
int
argc
,
char
**
argv
,
char
**
envp
);
9
10
#endif
/* QEMU_MAIN_H */