mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
47b43a1f41
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
173 B
C
8 lines
173 B
C
#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 */
|