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.2-rc3 10 lines 168 B view raw
1#ifndef _ILI210X_H 2#define _ILI210X_H 3 4struct ili210x_platform_data { 5 unsigned long irq_flags; 6 unsigned int poll_period; 7 bool (*get_pendown_state)(void); 8}; 9 10#endif