]> git.itanic.dy.fi Git - scan-pagemap/blob - parse.h
Make it possible to scan only interesting pids
[scan-pagemap] / parse.h
1 #ifndef _PARSE_H
2 #define _PARSE_H
3
4 #include "pagemap.h"
5
6 void scan_all_pids(struct pageframe *pf, int interesting_pid);
7
8 #endif