projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge commit 'v2.6.29-rc1' into timers/urgent
[linux-2.6]
/
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