diff options
author | Jan Kiszka | 2011-10-16 11:53:13 +0200 |
---|---|---|
committer | Blue Swirl | 2011-10-16 13:11:55 +0200 |
commit | 661f1929d0b9ce9af530f1806cfc6136c630d405 (patch) | |
tree | b21aedb0a4843dc347971e676d1327c1de7d56f8 /hw/etraxfs.h | |
parent | i8259: Fix coding style (diff) | |
download | qemu-661f1929d0b9ce9af530f1806cfc6136c630d405.tar.gz qemu-661f1929d0b9ce9af530f1806cfc6136c630d405.tar.xz qemu-661f1929d0b9ce9af530f1806cfc6136c630d405.zip |
monitor: Restrict pic/irq_info to supporting targets
This allows to drop various stubs and move the i8359 into hwlib.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/etraxfs.h')
-rw-r--r-- | hw/etraxfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/etraxfs.h b/hw/etraxfs.h index 1554b0b8e8..24e8fd880b 100644 --- a/hw/etraxfs.h +++ b/hw/etraxfs.h @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "net.h" #include "etraxfs_dma.h" qemu_irq *cris_pic_init_cpu(CPUState *env); |