mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 23:28:24 +00:00
9 lines
186 B
C
9 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
|