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 v2.6.33-rc6 9 lines 163 B view raw
1#ifndef LINUX_INPUT_EETI_TS_H 2#define LINUX_INPUT_EETI_TS_H 3 4struct eeti_ts_platform_data { 5 unsigned int irq_active_high; 6}; 7 8#endif /* LINUX_INPUT_EETI_TS_H */ 9