diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2011-08-22 18:15:25 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-22 23:29:37 +0200 |
commit | b861b7419c49ad53e786062b4fbf6da53468f130 (patch) | |
tree | 31117d3b3295abcaeca37fadd91505a191ee00e2 /hw/microblaze_pic_cpu.h | |
parent | 0d877c66b6df4a0d90eec9fd225a5592bc96ab51 (diff) |
xilinx: removed microbalze_pic_init from xilinx.h
This is a microblaze target specific function that belongs outside
of xilinx.h (which is a collection of target independent device model
instantiator functions)
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/microblaze_pic_cpu.h')
-rw-r--r-- | hw/microblaze_pic_cpu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/microblaze_pic_cpu.h b/hw/microblaze_pic_cpu.h new file mode 100644 index 0000000000..4c76275976 --- /dev/null +++ b/hw/microblaze_pic_cpu.h @@ -0,0 +1,8 @@ +#ifndef MICROBLAZE_PIC_CPU_H +#define MICROBLAZE_PIC_CPU_H + +#include "qemu-common.h" + +qemu_irq *microblaze_pic_init_cpu(CPUState *env); + +#endif /* MICROBLAZE_PIC_CPU_H */ |