ARM: netx: move platform_data definitions
[deliverable/linux.git] / arch / arm / mach-pxa / include / mach / arcom-pcmcia.h
CommitLineData
c2de1c38
MZ
1#ifndef __ARCOM_PCMCIA_H
2#define __ARCOM_PCMCIA_H
3
4struct arcom_pcmcia_pdata {
5 int cd_gpio;
6 int rdy_gpio;
7 int pwr_gpio;
8 void (*reset)(int state);
9};
10
11#endif
This page took 0.184978 seconds and 5 git commands to generate.