1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_GSP_PRIV_H__
3 #define __NVKM_GSP_PRIV_H__
4 #include <subdev/gsp.h>
9 int (*load
)(struct nvkm_gsp
*, int ver
, const struct nvkm_gsp_fwif
*);
10 const struct nvkm_falcon_func
*flcn
;
13 int nvkm_gsp_new_(const struct nvkm_gsp_fwif
*, struct nvkm_device
*, int,