curs.h (1590700d94ac53772491ed3103a4e8b8de01640a) | curs.h (53e0a3e70de69dc9f498d26c6b5495b2771ee374) |
---|---|
1#ifndef __NV50_KMS_CURS_H__ 2#define __NV50_KMS_CURS_H__ 3#include "wndw.h" 4 5int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); | 1#ifndef __NV50_KMS_CURS_H__ 2#define __NV50_KMS_CURS_H__ 3#include "wndw.h" 4 5int curs507a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); |
6int curs507a_new_(const struct nv50_wimm_func *, struct nouveau_drm *, 7 int head, s32 oclass, u32 interlock_data, 8 struct nv50_wndw **); 9extern const struct nv50_wimm_func curs507a; |
|
6 | 10 |
11int curs907a_new(struct nouveau_drm *, int, s32, struct nv50_wndw **); 12 |
|
7int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **); 8#endif | 13int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **); 14#endif |