unicorn/qemu/vl.h
Nguyen Anh Quynh 344d016104 import
2015-08-21 15:04:50 +08:00

8 lines
84 B
C

#ifndef VL_H_
#define VL_H_
int machine_initialize(struct uc_struct *uc);
#endif