Mistake on this page?
Report an issue in GitHub or email us
tfm_spm_services_api.h
1 /*
2  * Copyright (c) 2018, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_SPM_SERVICES_API_H__
9 #define __TFM_SPM_SERVICES_API_H__
10 
11 enum tfm_spm_request_type_t {
12  TFM_SPM_REQUEST_RESET_VOTE,
13 };
14 
15 /**
16  * \brief Request a vote from SPM on a system reset
17  *
18  * \return Returns 0 if request is accepted, any other value means reject
19  */
20 int32_t tfm_spm_request_reset_vote(void);
21 
22 #endif /* __TFM_SPM_SERVICES_API_H__ */
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.