bsd-user: Include more things in qemu.h
Include more header files to match bsd-user fork. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a8fe6d5d62
commit
ab77bd844b
@ -18,12 +18,12 @@
|
|||||||
#define QEMU_H
|
#define QEMU_H
|
||||||
|
|
||||||
|
|
||||||
|
#include "qemu/osdep.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "exec/cpu_ldst.h"
|
#include "exec/cpu_ldst.h"
|
||||||
|
#include "exec/exec-all.h"
|
||||||
|
|
||||||
#undef DEBUG_REMAP
|
#undef DEBUG_REMAP
|
||||||
#ifdef DEBUG_REMAP
|
|
||||||
#endif /* DEBUG_REMAP */
|
|
||||||
|
|
||||||
#include "exec/user/abitypes.h"
|
#include "exec/user/abitypes.h"
|
||||||
|
|
||||||
@ -36,6 +36,8 @@ enum BSDType {
|
|||||||
};
|
};
|
||||||
extern enum BSDType bsd_type;
|
extern enum BSDType bsd_type;
|
||||||
|
|
||||||
|
#include "exec/user/thunk.h"
|
||||||
|
#include "target_arch.h"
|
||||||
#include "syscall_defs.h"
|
#include "syscall_defs.h"
|
||||||
#include "target_syscall.h"
|
#include "target_syscall.h"
|
||||||
#include "exec/gdbstub.h"
|
#include "exec/gdbstub.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user