mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 18:25:27 +07:00
9 lines
116 B
C
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
|