/* * TEE service to handle the calls to trusted applications. * * Copyright (C) ST-Ericsson SA 2010 * Author: Joakim Bech * License terms: GNU General Public License (GPL) version 2 */ #include #include #include int __weak call_sec_world(struct tee_session *ts, int sec_cmd) { pr_info("[%s] Generic call_sec_world called!\n", __func__); return 0; }