io_fip.h 362 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IO_FIP_H
  7. #define IO_FIP_H
  8. struct io_dev_connector;
  9. int register_io_dev_fip(const struct io_dev_connector **dev_con);
  10. int fip_dev_get_plat_toc_flag(io_dev_info_t *dev_info, uint16_t *plat_toc_flag);
  11. #endif /* IO_FIP_H */