mirror of
https://github.com/qemu/qemu.git
synced 2025-07-28 13:23:11 +00:00

Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190604181618.19980-5-armbru@redhat.com>
11 lines
237 B
C
11 lines
237 B
C
#ifndef HW_SPARC_SPARC64_H
|
|
#define HW_SPARC_SPARC64_H
|
|
|
|
#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);
|
|
|
|
#endif
|