hw/usb: Extract VT82C686 UHCI PCI function into a new unit
[qemu/ar7.git] / include / hw / sparc / sparc64.h
blob4ced36fb5a59684031e7632653b5860cfcdb3830
1 #ifndef HW_SPARC_SPARC64_H
2 #define HW_SPARC_SPARC64_H
4 #include "target/sparc/cpu-qom.h"
6 #define IVEC_MAX 0x40
8 SPARCCPU *sparc64_cpu_devinit(const char *cpu_type, uint64_t prom_addr);
10 void sparc64_cpu_set_ivec_irq(void *opaque, int irq, int level);
12 #endif