blob: 2c2f63ed55fd77f3cfc79aa55488f4d4eb494dfb [file] [log] [blame]
Cliff Caie54c8202009-11-20 08:24:43 +00001/*
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
15int bfin_mmc_init(bd_t *bis);
16
17#endif