]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-at91/include/mach/atmel_sdhci.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-at91 / include / mach / atmel_sdhci.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2015 Atmel Corporation
4  *                    Wenyou.Yang <wenyou.yang@atmel.com>
5  */
6
7 #ifndef __ATMEL_SDHCI_H
8 #define __ATMEL_SDHCI_H
9
10 int atmel_sdhci_init(void *regbase, u32 id);
11
12 #endif