Skip to content

Commit

Permalink
soc: arm64: fvp_aemv8r: improve include list
Browse files Browse the repository at this point in the history
Make source self-contained by including what is needed.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Jun 5, 2022
1 parent cb9120b commit 69f9a55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions soc/arm64/arm/fvp_aemv8r/arm_mpu_regions.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/sys/slist.h>
#include <zephyr/linker/linker-defs.h>
#include <zephyr/arch/arm64/cortex_r/arm_mpu.h>
#include <stdint.h>

#include <zephyr/arch/arm64/cortex_r/arm_mpu.h>
#include <zephyr/linker/linker-defs.h>
#include <zephyr/sys/util.h>

#define DEVICE_REGION_START 0x80000000UL
#define DEVICE_REGION_END 0xFFFFFFFFUL
Expand Down

0 comments on commit 69f9a55

Please sign in to comment.