aboutsummaryrefslogblamecommitdiff
path: root/frida_mode/include/prefetch.h
blob: d1ea5a3117af3408bab32361d21a612e2f124b63 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   
                        
 
                                
                                   

                           
                         
                                
                         
 

      
#ifndef _PREFETCH_H
#define _PREFETCH_H

#include "frida-gumjs.h"

extern gboolean prefetch_enable;
extern gboolean prefetch_backpatch;

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

#endif