mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 23:28:24 +00:00
8 lines
84 B
C
8 lines
84 B
C
|
#ifndef VL_H_
|
||
|
#define VL_H_
|
||
|
|
||
|
int machine_initialize(struct uc_struct *uc);
|
||
|
|
||
|
#endif
|
||
|
|