~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/blackfin/include/asm/sdh.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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