arch: arm: mmu: add missing includes

The samples/subsys/llext/shell_loader test fails when running as a
twister test on the stm32mp135f_dk/stm32mp135fxx platform, with the
following error:

zephyr/include/zephyr/arch/arm/mmu/arm_mmu.h:112:9:
error: unknown type name 'uintptr_t'

This commit adds the necessary includes to define the missing types.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
Arnaud Pouliquen 2025-04-11 17:27:36 +02:00 committed by Benjamin Cabé
commit 9dec55e107

View file

@ -10,6 +10,9 @@
#ifndef _ASMLANGUAGE
#include <stdint.h>
#include <stdlib.h>
/*
* Comp.:
* ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition,