aboutsummaryrefslogtreecommitdiff
path: root/include/hw/sparc/sparc64.h
blob: 4ced36fb5a59684031e7632653b5860cfcdb3830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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