/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ /* * Copyright 2013-2016 Freescale Semiconductor Inc. * Copyright 2016,2019-2020 NXP */ #ifndef VFIO_FSL_MC_PRIVATE_H #define VFIO_FSL_MC_PRIVATE_H struct vfio_fsl_mc_device { struct fsl_mc_device *mc_dev; }; #endif /* VFIO_FSL_MC_PRIVATE_H */