1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 #include <assert.h> 6 #include <hyptypes.h> 7 8 #include <platform_mem.h> 9 10 bool platform_pgtable_undergoing_bbm(void)11platform_pgtable_undergoing_bbm(void) 12 { 13 return false; 14 } 15