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