8 lines
203 B
C
8 lines
203 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __NVKM_NVDEC_PRIV_H__
|
||
|
#define __NVKM_NVDEC_PRIV_H__
|
||
|
#include <engine/nvdec.h>
|
||
|
|
||
|
int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **);
|
||
|
#endif
|