about summary refs log tree commit diff
path: root/frida_mode/include/prefetch.h
blob: 8f0cee68a05f714e1d176aaa7c31c116e7a33711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PREFETCH_H
#define _PREFETCH_H

#include "frida-gum.h"

void prefetch_init(void);
void prefetch_write(void *addr);
void prefetch_read(void);

#endif