mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2025-12-06 07:12:03 +01: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
|
||
|
|
|