mirror of https://gitee.com/openkylin/linux.git
9 lines
334 B
C
9 lines
334 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __NVKM_MSPPP_H__
|
|
#define __NVKM_MSPPP_H__
|
|
#include <engine/falcon.h>
|
|
int g98_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gt215_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
int gf100_msppp_new(struct nvkm_device *, int, struct nvkm_engine **);
|
|
#endif
|