repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
pcmcia-pxa2xx_viper.h
blob
a23b58aff9e1525b6d509fe0d8ff52d22ba419d8
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ARCOM_PCMCIA_H
3
#define __ARCOM_PCMCIA_H
4
5
struct
arcom_pcmcia_pdata
{
6
int
cd_gpio
;
7
int
rdy_gpio
;
8
int
pwr_gpio
;
9
void
(*
reset
)(
int
state
);
10
};
11
12
#endif