1 /* $NetBSD: wimm.h,v 1.2 2021/12/18 23:45:32 riastradh Exp $ */ 2 3 #ifndef __NV50_KMS_WIMM_H__ 4 #define __NV50_KMS_WIMM_H__ 5 #include "wndw.h" 6 7 int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *); 8 9 int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *); 10 #endif 11