mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-26 21:45:31 +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
|