mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 09:19:02 +00:00
11 lines
164 B
C
11 lines
164 B
C
|
#ifndef HW_M68K_H
|
||
|
#define HW_M68K_H
|
||
|
|
||
|
#include "uc_priv.h"
|
||
|
|
||
|
void dummy_m68k_machine_init(struct uc_struct *uc);
|
||
|
|
||
|
void m68k_cpu_register_types(void *opaque);
|
||
|
|
||
|
#endif
|