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>
This commit is contained in:
Peter A. G. Crosthwaite 2011-08-22 18:15:25 +10:00 committed by Edgar E. Iglesias
parent 0d877c66b6
commit b861b7419c
5 changed files with 12 additions and 4 deletions

8
hw/microblaze_pic_cpu.h Normal file
View file

@ -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 */