KernelNanopiR5S/drivers/gpu/drm/nouveau/include/nvkm/subdev/mxm.h
2024-09-10 09:59:09 +02:00

8 lines
182 B
C

/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_MXM_H__
#define __NVKM_MXM_H__
#include <core/subdev.h>
int nv50_mxm_new(struct nvkm_device *, int, struct nvkm_subdev **);
#endif