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 338a57d5cb034172d28de34bd7d122bfcd90bff2 8 lines 124 B view raw
1#ifndef PLATFORM_DATA_SYSCON_H 2#define PLATFORM_DATA_SYSCON_H 3 4struct syscon_platform_data { 5 const char *label; 6}; 7 8#endif