~fboudra/qemu-linaro/new-upstream-release-1.2.0-2012.09-0ubuntu1

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 */