xref: /openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/priv.h (revision f79e4d5f92a129a1159c973735007d4ddc8541f3)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVKM_SEC2_PRIV_H__
3 #define __NVKM_SEC2_PRIV_H__
4 #include <engine/sec2.h>
5 
6 #define nvkm_sec2(p) container_of((p), struct nvkm_sec2, engine)
7 
8 int nvkm_sec2_new_(struct nvkm_device *, int, struct nvkm_sec2 **);
9 
10 #endif
11