unicorn/qemu/include/hw/sparc/sparc.h
Eduardo Habkost a7f59d7771
Use DEFINE_MACHINE() to register all machines
Convert all machines to use DEFINE_MACHINE() instead of QEMUMachine
automatically using a script.

Backports commit e264d29de28c5b0be3d063307ce9fb613b427cc3 from qemu
2018-03-11 15:12:46 -04:00

9 lines
224 B
C

#ifndef HW_SPARC_H
#define HW_SPARC_H
void sparc_cpu_register_types(void *opaque);
void leon3_generic_machine_init_register_types(struct uc_struct *uc);
void sun4u_machine_init_register_types(struct uc_struct *uc);
#endif