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