xref: /openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/priv.h (revision fcbd8037f7df694aa7bfb7ce82c0c7f5e53e7b7b)
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