blob: 7e654361d14a13ef3dce54b427c4c0182e40cd8b [file] [log] [blame]
Harry Liebel561cd332014-02-14 14:42:48 +00001/*
Scott Brandenb6595bb2016-07-08 12:09:23 -07002 * Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved.
Harry Liebel561cd332014-02-14 14:42:48 +00003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Harry Liebel561cd332014-02-14 14:42:48 +00005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef IO_FIP_H
8#define IO_FIP_H
Harry Liebel561cd332014-02-14 14:42:48 +00009
Dan Handley2bd4ef22014-04-09 13:14:54 +010010struct io_dev_connector;
11
Dan Handleya4cb68e2014-04-23 13:47:06 +010012int register_io_dev_fip(const struct io_dev_connector **dev_con);
Scott Brandenb6595bb2016-07-08 12:09:23 -070013int fip_dev_get_plat_toc_flag(io_dev_info_t *dev_info, uint16_t *plat_toc_flag);
Harry Liebel561cd332014-02-14 14:42:48 +000014
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000015#endif /* IO_FIP_H */