1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright (c) 2021, Linaro Limited 4 * All rights reserved. 5 */ 6 7 #ifndef TA_ARM_BTI_PRIVATE_H 8 #define TA_ARM_BTI_PRIVATE_H 9 10 #include <tee_api.h> 11 12 TEE_Result test_bti(uint32_t nCommandID, uint32_t nParamTypes, 13 TEE_Param pParams[4]); 14 15 #endif /* TA_ARM_BTI_PRIVATE_H */ 16