oimm.h 211 B

12345678
  1. #ifndef __NV50_KMS_OIMM_H__
  2. #define __NV50_KMS_OIMM_H__
  3. #include "wndw.h"
  4. int oimm507b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
  5. int nv50_oimm_init(struct nouveau_drm *, struct nv50_wndw *);
  6. #endif