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 v4.8-rc2 8 lines 116 B view raw
1#ifndef FSL_EDAC_H 2#define FSL_EDAC_H 3 4struct mpc85xx_edac_pci_plat_data { 5 struct device_node *of_node; 6}; 7 8#endif