tools/include: Add mm.h file
authorKarolina Drobnik <karolinadrobnik@gmail.com>
Wed, 2 Feb 2022 11:03:04 +0000 (12:03 +0100)
committerMike Rapoport <rppt@kernel.org>
Wed, 9 Feb 2022 07:17:56 +0000 (09:17 +0200)
commitbad5c52beb213369fa218c88bf2a84e36cf099d9
treef887aa57196c02a30dc46e5ec829f2990daa7902
parent24af9a87ae817400feca949dd4bc94b5779e7481
tools/include: Add mm.h file

Add a stubbed mm.h file with dummy page-related definitions,
memory alignment and physical to virtual address conversions,
so they can be used in testing.

Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com>
Signed-off-by: Mike Rapoport <rppt@kernel.org>
Link: https://lore.kernel.org/r/e8b83d96fec95f3556e80f001d9d5cbe18b8ad5f.1643796665.git.karolinadrobnik@gmail.com
tools/include/linux/mm.h [new file with mode: 0644]