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