]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - drivers/gpu/drm/nouveau/nvkm/engine/sec2/priv.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-disco-kernel.git] / drivers / gpu / drm / nouveau / nvkm / engine / sec2 / priv.h
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