License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / gpu / drm / nouveau / nvkm / engine / nvdec / priv.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
16307b5d
AC
2#ifndef __NVKM_NVDEC_PRIV_H__
3#define __NVKM_NVDEC_PRIV_H__
4#include <engine/nvdec.h>
5
6int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **);
7#endif