1 // © 2022 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 void 6 smccc_hypercall_table_wrapper(count_t hyp_num, register_t args[7]); 7 8 bool 9 smccc_handle_hypercall_wrapper(smccc_function_id_t smc_id, bool is_hvc); 10