repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regulator, mc13xxx: Remove pointless test for unsigned less than zero
[zen-stable.git]
/
arch
/
arm
/
mach-pxa
/
include
/
mach
/
arcom-pcmcia.h
blob
d428be4db44c5e415ad2d26ec56c629d83ac2207
1
#ifndef __ARCOM_PCMCIA_H
2
#define __ARCOM_PCMCIA_H
3
4
struct
arcom_pcmcia_pdata
{
5
int
cd_gpio
;
6
int
rdy_gpio
;
7
int
pwr_gpio
;
8
void
(*
reset
)(
int
state
);
9
};
10
11
#endif