xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/priv.h (revision 52338415)
1 /* SPDX-License-Identifier: MIT */
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, u32 addr, struct nvkm_sec2 **);
9 #endif
10