Minimize the include file set and their contents to only provide the slirp referenced qemu includes and interfaces.
8 lines
164 B
C
8 lines
164 B
C
#ifndef MONITOR_H
|
|
#define MONITOR_H
|
|
|
|
#include "qemu-common.h"
|
|
|
|
void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
|
|
|
|
#endif /* !MONITOR_H */
|