Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[sfrench/cifs-2.6.git] / arch / blackfin / include / asm / bfin_sdh.h
1 /*
2  * bfin_sdh.h - Blackfin SDH definitions
3  *
4  * Copyright 2008 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 #ifndef __BFIN_SDH_H__
10 #define __BFIN_SDH_H__
11
12 struct bfin_sd_host {
13         int dma_chan;
14         int irq_int0;
15         int irq_int1;
16         u16 pin_req[7];
17 };
18
19 #endif