Commit a100226f authored by David S. Miller's avatar David S. Miller

[SPARC]: Update asm/fbio.h for fb changes.

parent 2be9da90
......@@ -90,23 +90,6 @@ struct fbgattr {
#define FBIOSVIDEO _IOW('F', 7, int)
#define FBIOGVIDEO _IOR('F', 8, int)
/* Cursor position */
struct fbcurpos {
#ifdef __KERNEL__
short fbx, fby;
#else
short x, y;
#endif
};
/* Cursor operations */
#define FB_CUR_SETCUR 0x01 /* Enable/disable cursor display */
#define FB_CUR_SETPOS 0x02 /* set cursor position */
#define FB_CUR_SETHOT 0x04 /* set cursor hotspot */
#define FB_CUR_SETCMAP 0x08 /* set color map for the cursor */
#define FB_CUR_SETSHAPE 0x10 /* set shape */
#define FB_CUR_SETALL 0x1F /* all of the above */
struct fbcursor {
short set; /* what to set, choose from the list above */
short enable; /* cursor on/off */
......
......@@ -93,23 +93,6 @@ struct fbgattr {
#define FBIOSVIDEO _IOW('F', 7, int)
#define FBIOGVIDEO _IOR('F', 8, int)
/* Cursor position */
struct fbcurpos {
#ifdef __KERNEL__
short fbx, fby;
#else
short x, y;
#endif
};
/* Cursor operations */
#define FB_CUR_SETCUR 0x01 /* Enable/disable cursor display */
#define FB_CUR_SETPOS 0x02 /* set cursor position */
#define FB_CUR_SETHOT 0x04 /* set cursor hotspot */
#define FB_CUR_SETCMAP 0x08 /* set color map for the cursor */
#define FB_CUR_SETSHAPE 0x10 /* set shape */
#define FB_CUR_SETALL 0x1F /* all of the above */
struct fbcursor {
short set; /* what to set, choose from the list above */
short enable; /* cursor on/off */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment