repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
KVM: SVM: clean up nestec vmload/vmsave paths
[linux/fpc-iii.git]
/
arch
/
blackfin
/
include
/
asm
/
bfin_sdh.h
blob
d61d5497c590d07e231a208790ad9e3b9993b1b9
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