#ifndef _ANALYZE_H #define _ANALYZE_H #include "pagemap.h" void print_page_stats(struct pageframe *pf); #endif