Files
Espresso/include/mm/mm.h

9 lines
101 B
C
Raw Permalink Normal View History

2025-05-28 14:41:02 -05:00
#ifndef _MM_H
#define _MM_H
#include <mm/pmm.h>
#include <mm/heap.h>
#include <mm/paging.h>
#endif