at v4.8 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