cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Marc Zyngier3296.97%150.00%
Greg Kroah-Hartman13.03%150.00%
Total33100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.