#ifndef PMM_H #define PMM_H void init_pmm(void); void memory_usage(void); #endif