aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/st/io_mmc.h
blob: b35b4b5d0d900fe8070521bb4d189f8ada2b3a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IO_MMC_H
#define IO_MMC_H

#include <drivers/io/io_driver.h>

int register_io_dev_mmc(const io_dev_connector_t **dev_con);

#endif /* IO_MMC_H */