mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00

Only Versal Gen 2 platform supports transfer list. Move transfer list files to versal2 common path. Change-Id: I2795270a77e2af5e012c82c7b5916fa1f90f0497 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
15 lines
347 B
C
15 lines
347 B
C
/*
|
|
* Copyright (c) 2023-2025, Advanced Micro Devices, Inc. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PLAT_XFER_LIST_H
|
|
#define PLAT_XFER_LIST_H
|
|
|
|
#include <lib/transfer_list.h>
|
|
|
|
int32_t transfer_list_populate_ep_info(entry_point_info_t *bl32,
|
|
entry_point_info_t *bl33);
|
|
|
|
#endif /* PLAT_XFER_LIST_H */
|