kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.h
.. .. @@ -1,4 +1,4 @@ 1 -/* SPDX-License-Identifier: GPL-2.0 */1 +/* SPDX-License-Identifier: MIT */2 2 #ifndef __NV50_DEVINIT_H__ 3 3 #define __NV50_DEVINIT_H__ 4 4 #define nv50_devinit(p) container_of((p), struct nv50_devinit, base) .. .. @@ -26,4 +26,5 @@ 26 26 u64 gm107_devinit_disable(struct nvkm_devinit *); 27 27 28 28 int gm200_devinit_post(struct nvkm_devinit *, bool); 29 +void gm200_devinit_preos(struct nv50_devinit *, bool);29 30 #endif