repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The x86 timer interrupt handler is the only handler not traced in the
[linux-2.6/next.git]
/
arch
/
mips
/
include
/
asm
/
mach-jz4740
/
jz4740_mmc.h
blob
8543f432b4b369f2ae4b9d2898ae539d3a196fc7
1
#ifndef __LINUX_MMC_JZ4740_MMC
2
#define __LINUX_MMC_JZ4740_MMC
3
4
struct
jz4740_mmc_platform_data
{
5
int
gpio_power
;
6
int
gpio_card_detect
;
7
int
gpio_read_only
;
8
unsigned
card_detect_active_low
:
1
;
9
unsigned
read_only_active_low
:
1
;
10
unsigned
power_active_low
:
1
;
11
12
unsigned
data_1bit
:
1
;
13
};
14
15
#endif