projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
[oweals/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-mx27
/
mxcmmc.h
1
/*
2
* Copyright (c) 2009 Ilya Yanok <yanok@emcraft.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef ASM_ARCH_MXCMMC_H
8
#define ASM_ARCH_MXCMMC_H
9
10
int mxc_mmc_init(bd_t *bis);
11
12
#endif