#pragma once #include "paging.h" void areaInit(void); vaddr_t areaAlloc(unsigned int nbPages); int areaFree(vaddr_t addr);