JustOS/linux-4.9/include/linux/fsl/edac.h
justuser c7be6bf7c2 up
2025-01-24 15:13:31 +03:00

9 lines
116 B
C

#ifndef FSL_EDAC_H
#define FSL_EDAC_H
struct mpc85xx_edac_pci_plat_data {
struct device_node *of_node;
};
#endif