0001 #ifndef __NV50_KMS_CURS_H__
0002 #define __NV50_KMS_CURS_H__
0003 #include "wndw.h"
0004
0005 int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
0006 int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *,
0007 int head, s32 oclass, u32 interlock_data,
0008 struct nv50_wndw **);
0009
0010 int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
0011 int cursc37a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
0012
0013 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
0014 #endif