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 v6.0 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 */