fix dependency check logic cause config always disabled
[lunaix-os.git] / lunaix-os / kernel / mm / pmalloc_ncontig.c
1 #include "pmm_internal.h"
2
3 // NContig Allocator (simplified boundary tag allocator)
4
5 #ifdef CONFIG_PMALLOC_NCONTIG
6
7 // TODO
8
9 #endif