blob: 43090a48ef1583f95401329c3e33c6d12c04c9c2 (
plain) (
blame)
1
2
3
4
5
6
7
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 */
|