mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-24 09:01:37 -04:00
7 lines
147 B
C
7 lines
147 B
C
#ifndef __NVKM_MXM_H__
|
|
#define __NVKM_MXM_H__
|
|
#include <core/subdev.h>
|
|
|
|
int nv50_mxm_new(struct nvkm_device *, int, struct nvkm_subdev **);
|
|
#endif
|