drivers: mm: add skeleton build files and common funcs

This adds skeleton Kconfig/CMakeLists.txt and common implementation
of some sys_mm_drv_*() functions.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-12-07 10:22:24 -08:00 committed by Anas Nashif
commit 11c3b1d379
7 changed files with 738 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(mm_drv_common.c)