Statistics
| Branch: | Revision:

root / hw / microblaze_pic_cpu.h @ 1f51470d

History | View | Annotate | Download (171 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 b861b741 Peter A. G. Crosthwaite
qemu_irq *microblaze_pic_init_cpu(CPUState *env);
7 b861b741 Peter A. G. Crosthwaite
8 b861b741 Peter A. G. Crosthwaite
#endif /*  MICROBLAZE_PIC_CPU_H */