mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-18 22:35:09 +02:00
8 lines
182 B
C
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
|