xref: /dpdk/lib/eal/arm/rte_mmu.c (revision e168b18986a7ce39da3ba986d91c43cd5bbd6c1b)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) IBM Corporation 2024
3  */
4 
5 #include "eal_private.h"
6 
7 bool
eal_mmu_supported(void)8 eal_mmu_supported(void)
9 {
10 	return true;
11 }
12