unicorn/qemu/include/sysemu/sysemu.h

10 lines
167 B
C
Raw Normal View History

2015-08-21 10:04:50 +03:00
#ifndef SYSEMU_H
#define SYSEMU_H
struct uc_struct;
void qemu_system_reset_request(struct uc_struct*);
2021-10-03 17:14:44 +03:00
void qemu_system_shutdown_request(struct uc_struct*);
2015-08-21 10:04:50 +03:00
#endif