1// Automatically generated. Do not modify.
2//
3// © 2021 Qualcomm Innovation Center, Inc. All rights reserved.
4//
5// SPDX-License-Identifier: BSD-3-Clause
6#extends hypercall_api
7#implements respond
8#def prefix: $public_prefix
9
10#for hypcall_num in sorted($hypcall_dict.keys())
11    #set $hypcall = $hypcall_dict[$hypcall_num]
12$result_struct_definition($hypcall)
13$type_signature($hypcall);
14
15#end for
16