1Bool G80CursorInit(ScreenPtr);
2Bool G80CursorAcquire(ScrnInfoPtr);
3void G80CursorRelease(ScrnInfoPtr);
4
5/* CRTC cursor functions */
6void G80SetCursorPosition(xf86CrtcPtr crtc, int x, int y);
7void G80LoadCursorARGB(xf86CrtcPtr crtc, CARD32 *src);
8