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 d7276b80e752acaaf30f04e62d0e986b5bced2df 8 lines 119 B view raw
1#ifndef __LINUX_DS2782_BATTERY_H 2#define __LINUX_DS2782_BATTERY_H 3 4struct ds278x_platform_data { 5 int rsns; 6}; 7 8#endif