License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / drivers / gpu / drm / nouveau / nvkm / engine / msvld / priv.h
blob66c36049abca417fca2abc2a9182f80083eb8beb
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_MSVLD_PRIV_H__
3 #define __NVKM_MSVLD_PRIV_H__
4 #include <engine/msvld.h>
6 int nvkm_msvld_new_(const struct nvkm_falcon_func *, struct nvkm_device *,
7 int index, struct nvkm_engine **);
9 void g98_msvld_init(struct nvkm_falcon *);
11 void gf100_msvld_init(struct nvkm_falcon *);
12 #endif