Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / drivers / staging / sm750fb / sm750_cursor.h
CommitLineData
81dee67e
SM
1#ifndef LYNX_CURSOR_H__
2#define LYNX_CURSOR_H__
3
4/* hw_cursor_xxx works for voyager,718 and 750 */
eb0f4271
GD
5void hw_cursor_enable(struct lynx_cursor *cursor);
6void hw_cursor_disable(struct lynx_cursor *cursor);
7void hw_cursor_setSize(struct lynx_cursor *cursor,
5e935813 8 int w, int h);
eb0f4271 9void hw_cursor_setPos(struct lynx_cursor *cursor,
5e935813 10 int x, int y);
eb0f4271 11void hw_cursor_setColor(struct lynx_cursor *cursor,
5e935813 12 u32 fg, u32 bg);
eb0f4271 13void hw_cursor_setData(struct lynx_cursor *cursor,
cc6c16df 14 u16 rop, const u8 *data, const u8 *mask);
eb0f4271 15void hw_cursor_setData2(struct lynx_cursor *cursor,
cc6c16df 16 u16 rop, const u8 *data, const u8 *mask);
81dee67e 17#endif
This page took 0.116575 seconds and 5 git commands to generate.