mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-09 15:45:29 +00:00
a7f59d7771
Convert all machines to use DEFINE_MACHINE() instead of QEMUMachine automatically using a script. Backports commit e264d29de28c5b0be3d063307ce9fb613b427cc3 from qemu
9 lines
224 B
C
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
|