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 deletions(-) delete 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 deleted file mode 100644 index 43090a48ef..0000000000 --- a/hw/microblaze_pic_cpu.h +++ /dev/null @@ -1,8 +0,0 @@ -#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.2.3