2019-06-19 20:13:43 -04:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-08-20 14:54:21 +10:00
|
|
|
#ifndef __NVKM_MSPPP_PRIV_H__
|
|
|
|
|
#define __NVKM_MSPPP_PRIV_H__
|
|
|
|
|
#include <engine/msppp.h>
|
|
|
|
|
|
|
|
|
|
int nvkm_msppp_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
|
|
|
|
|
int index, struct nvkm_engine **);
|
|
|
|
|
|
|
|
|
|
void g98_msppp_init(struct nvkm_falcon *);
|
|
|
|
|
#endif
|