plat_xfer_list.h 347 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PLAT_XFER_LIST_H
  7. #define PLAT_XFER_LIST_H
  8. #include <lib/transfer_list.h>
  9. int32_t transfer_list_populate_ep_info(entry_point_info_t *bl32,
  10. entry_point_info_t *bl33);
  11. #endif /* PLAT_XFER_LIST_H */