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