Yann Gautier | 9abbd6a | 2018-10-15 09:36:44 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef IO_MMC_H | ||||
8 | #define IO_MMC_H | ||||
9 | |||||
10 | #include <io_driver.h> | ||||
11 | |||||
12 | int register_io_dev_mmc(const io_dev_connector_t **dev_con); | ||||
13 | |||||
14 | #endif /* IO_MMC_H */ |