#ifndef _PARSE_H #define _PARSE_H #include "pagemap.h" void read_pageframe(int pid, struct pageframe *pageframe); void scan_all_pids(struct pageframe *pf); #endif