projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.denx.de/u-boot-arm
[oweals/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-tegra
/
mmc.h
1
/*
2
* Copyright (c) 2011, Google Inc. All rights reserved.
3
* SPDX-License-Identifier: GPL-2.0+
4
*/
5
6
#ifndef _TEGRA_MMC_H_
7
#define _TEGRA_MMC_H_
8
9
void tegra_mmc_init(void);
10
11
#endif /* _TEGRA_MMC_H_ */