aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/include/nvkm/subdev/mxm.h
blob: 78df1e9def05b098cd571ec0da2e2115a5766bd8 (plain) (blame)
1
2
3
4
5
6
7
/* 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