Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
13 lines
272 B
C
13 lines
272 B
C
#ifndef HW_SPARC_SPARC64_H
|
|
#define HW_SPARC_SPARC64_H
|
|
|
|
#include "target/sparc/cpu-qom.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
|