summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-12-20 02:04:01 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-12-20 02:04:01 -0800
commita100226f0b9b929da363934ff46da484e0fa47db (patch)
treefa1f93ad6739fe447972a82351d40c62e873c069
parent2be9da90ac42572ac4b504478edf74c1e04afbd7 (diff)
[SPARC]: Update asm/fbio.h for fb changes.
-rw-r--r--include/asm-sparc/fbio.h17
-rw-r--r--include/asm-sparc64/fbio.h17
2 files changed, 0 insertions, 34 deletions
diff --git a/include/asm-sparc/fbio.h b/include/asm-sparc/fbio.h
index a4b6afecc129..68834d38c444 100644
--- a/include/asm-sparc/fbio.h
+++ b/include/asm-sparc/fbio.h
@@ -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 */
diff --git a/include/asm-sparc64/fbio.h b/include/asm-sparc64/fbio.h
index 3f5f3c81fee6..f21477bcfafc 100644
--- a/include/asm-sparc64/fbio.h
+++ b/include/asm-sparc64/fbio.h
@@ -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 */