mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
This commit is contained in:
parent
588978c0a1
commit
2a4d6af51b
5 changed files with 18 additions and 10 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
#define IVEC_MAX 0x40
|
||||
|
||||
SPARCCPU *sparc64_cpu_devinit(const char *cpu_type, uint64_t prom_addr);
|
||||
|
||||
void sparc64_cpu_set_ivec_irq(void *opaque, int irq, int level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue