From 47b43a1f414c5b3eb9eb7502d0b0be0d134259ba Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 18 Mar 2013 17:36:02 +0100 Subject: hw: move private headers to hw/ subdirectories. Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini --- hw/microblaze/pic_cpu.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hw/microblaze/pic_cpu.h (limited to 'hw/microblaze/pic_cpu.h') diff --git a/hw/microblaze/pic_cpu.h b/hw/microblaze/pic_cpu.h new file mode 100644 index 0000000..43090a4 --- /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(CPUMBState *env); + +#endif /* MICROBLAZE_PIC_CPU_H */ -- cgit v1.1