Cliff Cai | e54c820 | 2009-11-20 08:24:43 +0000 | [diff] [blame] | 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 |