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

Configure Feed

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

at v4.4 8 lines 113 B view raw
1#ifndef _INCLUDE_PALMASOC_H_ 2#define _INCLUDE_PALMASOC_H_ 3 4struct palm27x_asoc_info { 5 int jack_gpio; 6}; 7 8#endif