Files
Espresso/include/mm/mm.h
2025-05-28 14:41:02 -05:00

9 lines
101 B
C

#ifndef _MM_H
#define _MM_H
#include <mm/pmm.h>
#include <mm/heap.h>
#include <mm/paging.h>
#endif