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