Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2018, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __IO_MEMMAP_H__ | ||||
8 | #define __IO_MEMMAP_H__ | ||||
9 | |||||
10 | struct io_dev_connector; | ||||
11 | |||||
12 | int register_io_dev_memmap(const struct io_dev_connector **dev_con); | ||||
13 | |||||
14 | #endif /* __IO_MEMMAP_H__ */ |