Sign in
android-kvm
/
linux
/
53e87e3cdc155f20c3417b689df8d2ac88d79576
/
.
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
mxm.h
blob: 7d4132a17d0fe4cd453b7f7fedf2002e5a7c393a [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
#ifndef
__NVKM_MXM_H__
#define
__NVKM_MXM_H__
#include
<core/subdev.h>
int
nv50_mxm_new
(
struct
nvkm_device
*,
enum
nvkm_subdev_type
,
int
inst
,
struct
nvkm_subdev
**);
#endif