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