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 5ce1e9bbb2a1d43cf9e613cb03e65ecdfd309fe9 8 lines 158 B view raw
1#ifndef __BCM7038_WDT_PDATA_H 2#define __BCM7038_WDT_PDATA_H 3 4struct bcm7038_wdt_platform_data { 5 const char *clk_name; 6}; 7 8#endif /* __BCM7038_WDT_PDATA_H */