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