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:
parent
ee55bdc3c2
commit
9dec55e107
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* Comp.:
|
||||
* ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue