xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/install_ta.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2017, Linaro Limited
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #ifndef INSTALL_TA_H
8 #define INSTALL_TA_H
9 
10 int install_ta_runner_cmd_parser(int argc, char *argv[]);
11 
12 #endif /*INSTALL_TA_H*/
13