#ifndef _PARSE_H #define _PARSE_H #include "pagemap.h" int scan_all_pids(struct pageframe *pf, struct process *process_list, struct parse_opts *opts); int update_kpageflags(struct pageframe *pf); #endif