1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 // Gets the device security state 6 // 7 // If this function returns true, meaning that the device is secure, then 8 // debugging is not permitted. 9 bool 10 platform_security_state_debug_disabled(void); 11 12 bool 13 platform_security_state_hlos_debug_disabled(void); 14