TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
psa_audit_defs.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __PSA_AUDIT_DEFS_H__
9 #define __PSA_AUDIT_DEFS_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include <stdint.h>
16 #include "tfm_api.h"
17 
25  uint32_t size;
26  uint32_t id;
27  uint8_t payload[];
28 };
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* __PSA_AUDIT_DEFS_H__ */
This structure contains the record that is added to the audit log by the requesting secure service...