1 /* 2 * Copyright (c) 2021, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _FTPM_EVENT_LOG_ 8 #define _FTPM_EVENT_LOG_ 9 10 bool process_eventlog(const unsigned char *const buf, const size_t log_size); 11 void dump_event_log(uint8_t *log_addr, size_t log_size); 12 13 #endif /* _FTPM_EVENT_LOG_*/ 14