Release 4.17 include/linux/platform_data/pcmcia-pxa2xx_viper.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ARCOM_PCMCIA_H
#define __ARCOM_PCMCIA_H
struct arcom_pcmcia_pdata {
int cd_gpio;
int rdy_gpio;
int pwr_gpio;
void (*reset)(int state);
};
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Marc Zyngier | 32 | 96.97% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.03% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.