/* * Copyright (c) 2026, Chloe M. * Provided under the BSD-3 clause. * * Description: Physical memory management * Author: Chloe M. */ #ifndef _MM_PMM_H_ #define _MM_PMM_H_ 1 #include /* * Initialize the physical memory management */ VOID MmInitPmm(VOID); #endif /* !_MM_PMM_H_ */