1cab0b5b0SSoby Mathew /* 2*eab78e9bSManish V Badarkhe * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. 3cab0b5b0SSoby Mathew * 4cab0b5b0SSoby Mathew * SPDX-License-Identifier: BSD-3-Clause 5cab0b5b0SSoby Mathew */ 6b8a02d53SAntonio Nino Diaz #ifndef ARM_DYN_CFG_HELPERS_H 7b8a02d53SAntonio Nino Diaz #define ARM_DYN_CFG_HELPERS_H 8cab0b5b0SSoby Mathew 9ba597da7SJohn Tsichritzis #include <stddef.h> 10cab0b5b0SSoby Mathew #include <stdint.h> 11cab0b5b0SSoby Mathew 12ba597da7SJohn Tsichritzis /* Function declarations */ 13cab0b5b0SSoby Mathew int arm_dyn_tb_fw_cfg_init(void *dtb, int *node); 14ba597da7SJohn Tsichritzis int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr, 15ba597da7SJohn Tsichritzis size_t heap_size); 16cab0b5b0SSoby Mathew 17b8a02d53SAntonio Nino Diaz #endif /* ARM_DYN_CFG_HELPERS_H */ 18