xref: /rk3399_ARM-atf/plat/amd/common/include/plat_xfer_list.h (revision ab99dce4b7c8473d5bcb8c833bd410ab87b1e801)
1 /*
2  * Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLAT_XFER_LIST_H
8 #define PLAT_XFER_LIST_H
9 
10 #include <lib/transfer_list.h>
11 
12 int32_t transfer_list_populate_ep_info(entry_point_info_t *bl32,
13 				       entry_point_info_t *bl33);
14 
15 void *transfer_list_retrieve_dt_address(void);
16 bool populate_data_from_xfer_list(void);
17 
18 #endif /* PLAT_XFER_LIST_H */
19