Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVKM_MXM_H__
0003 #define __NVKM_MXM_H__
0004 #include <core/subdev.h>
0005 
0006 int nv50_mxm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_subdev **);
0007 #endif