repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'stefanha/tracing' into staging
[qemu.git]
/
hw
/
microblaze_pic_cpu.h
blob
4c7627597638dca0af26100e27349c66b53ce867
1
#ifndef MICROBLAZE_PIC_CPU_H
2
#define MICROBLAZE_PIC_CPU_H
3
4
#include
"qemu-common.h"
5
6
qemu_irq
*
microblaze_pic_init_cpu
(
CPUState
*
env
);
7
8
#endif
/* MICROBLAZE_PIC_CPU_H */