]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/engine/vp.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / vp.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a56866a9
BS
2#ifndef __NVKM_VP_H__
3#define __NVKM_VP_H__
c79a191b 4#include <engine/xtensa.h>
98b20c9a 5int g84_vp_new(struct nvkm_device *, int, struct nvkm_engine **);
ebb945a9 6#endif