added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / blackfin / include / asm / bfin_sdh.h
blobd61d5497c590d07e231a208790ad9e3b9993b1b9
1 /*
2 * bfin_sdh.h - Blackfin SDH definitions
4 * Copyright 2008 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
7 */
9 #ifndef __BFIN_SDH_H__
10 #define __BFIN_SDH_H__
12 struct bfin_sd_host {
13 int dma_chan;
14 int irq_int0;
15 int irq_int1;
16 u16 pin_req[7];
19 #endif