summaryrefslogtreecommitdiff
path: root/drm/nouveau/include/nvkm/subdev/secboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/include/nvkm/subdev/secboot.h')
-rw-r--r--drm/nouveau/include/nvkm/subdev/secboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drm/nouveau/include/nvkm/subdev/secboot.h b/drm/nouveau/include/nvkm/subdev/secboot.h
index b05214868..875e6b126 100644
--- a/drm/nouveau/include/nvkm/subdev/secboot.h
+++ b/drm/nouveau/include/nvkm/subdev/secboot.h
@@ -53,4 +53,6 @@ struct nvkm_secboot {
bool nvkm_secboot_is_managed(struct nvkm_secboot *, enum nvkm_secboot_falcon);
int nvkm_secboot_reset(struct nvkm_secboot *, u32 falcons_mask);
+int gm200_secboot_new(struct nvkm_device *, int, struct nvkm_secboot **);
+
#endif