Current File : //proc/self/root/usr/lib/modules/6.8.0-59-generic/build/include/linux/fsl/edac.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef FSL_EDAC_H
#define FSL_EDAC_H

struct mpc85xx_edac_pci_plat_data {
	struct device_node *of_node;
};

#endif