Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef FSL_EDAC_H
0003 #define FSL_EDAC_H
0004 
0005 struct mpc85xx_edac_pci_plat_data {
0006     struct device_node *of_node;
0007 };
0008 
0009 #endif