summaryrefslogtreecommitdiffstats
path: root/include/qemu-main.h
blob: 940960a7dbcba5bacc238447f95e9580e9a86e6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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_default_main(void);
extern int (*qemu_main)(void);

#endif /* QEMU_MAIN_H */