xref: /linux/drivers/gpu/drm/nouveau/dispnv50/curs.h (revision 1590700d94ac53772491ed3103a4e8b8de01640a)
1 #ifndef __NV50_KMS_CURS_H__
2 #define __NV50_KMS_CURS_H__
3 #include "wndw.h"
4 
5 int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
6 
7 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
8 #endif
9