mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 21:18:27 +00:00
8 lines
186 B
C
8 lines
186 B
C
#ifndef HW_SPARC_H
|
|
#define HW_SPARC_H
|
|
|
|
void sparc_cpu_register_types(void *opaque);
|
|
void leon3_machine_init(struct uc_struct *uc);
|
|
void sun4u_machine_init(struct uc_struct *uc);
|
|
|
|
#endif
|