1 /* $NetBSD: vp.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $ */ 2 3 /* SPDX-License-Identifier: MIT */ 4 #ifndef __NVKM_VP_H__ 5 #define __NVKM_VP_H__ 6 #include <engine/xtensa.h> 7 int g84_vp_new(struct nvkm_device *, int, struct nvkm_engine **); 8 #endif 9