TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_svcalls.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 #ifndef __TFM_SVCALLS_H__
8 #define __TFM_SVCALLS_H__
9 
10 #include <stdint.h>
11 
20 uint32_t tfm_core_svc_handler(uint32_t *svc_args, uint32_t exc_return);
21 
22 #endif
uint32_t tfm_core_svc_handler(uint32_t *svc_args, uint32_t exc_return)
The C source of SVCall handlers.