xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/mxm.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: mxm.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
2 
3 /* SPDX-License-Identifier: MIT */
4 #ifndef __NVKM_MXM_H__
5 #define __NVKM_MXM_H__
6 #include <core/subdev.h>
7 
8 int nv50_mxm_new(struct nvkm_device *, int, struct nvkm_subdev **);
9 #endif
10