]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/gpu/drm/nouveau/nvkm/falcon/priv.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / gpu / drm / nouveau / nvkm / falcon / priv.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
31214108
AC
2#ifndef __NVKM_FALCON_PRIV_H__
3#define __NVKM_FALCON_PRIV_H__
4#include <engine/falcon.h>
5
6void
7nvkm_falcon_ctor(const struct nvkm_falcon_func *, struct nvkm_subdev *,
8 const char *, u32, struct nvkm_falcon *);
9#endif