]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/asm-blackfin/sdh.h
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[karo-tx-uboot.git] / include / asm-blackfin / sdh.h
1 /*
2  * sdh.h, export bfin_mmc_init
3  *
4  * Copyright (c) 2009 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #ifndef __ASM_SDH_H__
10 #define __ASM_SDH_H__
11
12 #include <mmc.h>
13 #include <asm/u-boot.h>
14
15 int bfin_mmc_init(bd_t *bis);
16
17 #endif