blob: 87e3466247ca745bd4bc3e296d850f37f03aa3ac [file] [log] [blame]
Harry Liebel561cd332014-02-14 14:42:48 +00001/*
2 * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Harry Liebel561cd332014-02-14 14:42:48 +00005 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef IO_MEMMAP_H
8#define IO_MEMMAP_H
Harry Liebel561cd332014-02-14 14:42:48 +00009
Dan Handley97043ac2014-04-09 13:14:54 +010010struct io_dev_connector;
11
Dan Handley625de1d2014-04-23 13:47:06 +010012int register_io_dev_memmap(const struct io_dev_connector **dev_con);
Harry Liebel561cd332014-02-14 14:42:48 +000013
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000014#endif /* IO_MEMMAP_H */