mirror of https://gitee.com/openkylin/qemu.git
xilinx.h: Added missing includes
Added some missing #includes for this file. Previously this file relied on its clients to pre-include its dependencies. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
f8b8d633f6
commit
0d877c66b6
|
@ -1,3 +1,5 @@
|
|||
#include "qemu-common.h"
|
||||
#include "net.h"
|
||||
|
||||
/* OPB Interrupt Controller. */
|
||||
qemu_irq *microblaze_pic_init_cpu(CPUState *env);
|
||||
|
|
Loading…
Reference in New Issue