aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/include/prefetch.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-07-19 10:54:12 +0200
committerGitHub <noreply@github.com>2021-07-19 10:54:12 +0200
commit815161827689c339d335233b7b232ac9b120b79b (patch)
tree4e686574ccf1f47cea79fc24514c8455e3a1fbc1 /frida_mode/include/prefetch.h
parent9321a24e682b5c8bf6278961bd014cb883b87295 (diff)
parentcc57cc5f463e9b79980c2087d19b4a1e1360ec52 (diff)
downloadafl++-815161827689c339d335233b7b232ac9b120b79b.tar.gz
Merge branch 'release' into stable
Diffstat (limited to 'frida_mode/include/prefetch.h')
-rw-r--r--frida_mode/include/prefetch.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/frida_mode/include/prefetch.h b/frida_mode/include/prefetch.h
index 835d5e8a..8f0cee68 100644
--- a/frida_mode/include/prefetch.h
+++ b/frida_mode/include/prefetch.h
@@ -1,11 +1,8 @@
#ifndef _PREFETCH_H
#define _PREFETCH_H
-#include "frida-gumjs.h"
+#include "frida-gum.h"
-extern gboolean prefetch_enable;
-
-void prefetch_config(void);
void prefetch_init(void);
void prefetch_write(void *addr);
void prefetch_read(void);