]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/gpu/drm/nouveau/include/nvkm/engine/sec2.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / sec2.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b62880f7
AC
2#ifndef __NVKM_SEC2_H__
3#define __NVKM_SEC2_H__
4#include <core/engine.h>
5
6struct nvkm_sec2 {
7 struct nvkm_engine engine;
8 struct nvkm_falcon *falcon;
9 struct nvkm_msgqueue *queue;
10 struct work_struct work;
11};
12
13int gp102_sec2_new(struct nvkm_device *, int, struct nvkm_sec2 **);
14#endif