9 lines
101 B
C
9 lines
101 B
C
|
#ifndef _MM_H
|
||
|
#define _MM_H
|
||
|
|
||
|
#include <mm/pmm.h>
|
||
|
#include <mm/heap.h>
|
||
|
#include <mm/paging.h>
|
||
|
|
||
|
#endif
|