mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2025-12-06 07:12:03 +01: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
|