mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

Scripted conversion: for file in hw/microblaze_*.[hc] hw/petalogix_ml605_mmu.c hw/petalogix_s3adsp1800_mmu.c; do sed -i "s/CPUState/CPUMBState/g" $file done Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.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 */
|