QEMU-Nyx-fork/nyx/redqueen_patch.h
Sergej Schumilo cd702b528c Initial Release of Nyx
Co-authored-by: Cornelius Aschermann <cornelius@hexgolems.com>
2021-11-14 22:20:53 +01:00

12 lines
231 B
C

#ifndef __GUARD_REDQUEEN_PATCH__
#define __GUARD_REDQUEEN_PATCH__
#include "qemu/osdep.h"
#include <linux/kvm.h>
#include "nyx/patcher.h"
void pt_enable_patches(patcher_t *self);
void pt_disable_patches(patcher_t *self);
#endif