unicorn/qemu/vl.h

8 lines
84 B
C
Raw Normal View History

2015-08-21 09:04:50 +02:00
#ifndef VL_H_
#define VL_H_
int machine_initialize(struct uc_struct *uc);
#endif