Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc4 11 lines 161 B view raw
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