summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/renesas_sdhi.h
blob: f65d936cd680e3ebd51cc2f12c3e07fb37e9250c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Renesas Mobile SDHI
 *
 * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman
 * Copyright (C) 2017 Renesas Electronics Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef RENESAS_SDHI_H
#define RENESAS_SDHI_H

#include "tmio_mmc.h"

const struct tmio_mmc_dma_ops *renesas_sdhi_get_dma_ops(void);
#endif