Branch data Line data Source code
1 : : /* SPDX-License-Identifier: BSD-3-Clause 2 : : * Copyright (C) IBM Corporation 2024 3 : : */ 4 : : 5 : : #include "eal_private.h" 6 : : 7 : : bool 8 : 249 : eal_mmu_supported(void) 9 : : { 10 : 249 : return true; 11 : : }