blob: 1131cc7da35f8b04819d41cd72b94b42f7b6ec24 [file] [log] [blame]
Harry Liebel561cd332014-02-14 14:42:48 +00001/*
Antonio Nino Diaz493bf332016-12-14 14:31:32 +00002 * Copyright (c) 2014, 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
7#ifndef __IO_FIP_H__
8#define __IO_FIP_H__
9
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);
Harry Liebel561cd332014-02-14 14:42:48 +000013
14#endif /* __IO_FIP_H__ */