Statistics
| Branch: | Revision:

root / hw / microblaze / pic_cpu.h @ a8aec295

History | View | Annotate | Download (173 Bytes)

1 b861b741 Peter A. G. Crosthwaite
#ifndef MICROBLAZE_PIC_CPU_H
2 b861b741 Peter A. G. Crosthwaite
#define MICROBLAZE_PIC_CPU_H
3 b861b741 Peter A. G. Crosthwaite
4 b861b741 Peter A. G. Crosthwaite
#include "qemu-common.h"
5 b861b741 Peter A. G. Crosthwaite
6 ee118507 Andreas Färber
qemu_irq *microblaze_pic_init_cpu(CPUMBState *env);
7 b861b741 Peter A. G. Crosthwaite
8 b861b741 Peter A. G. Crosthwaite
#endif /*  MICROBLAZE_PIC_CPU_H */