Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a100226f
Commit
a100226f
authored
Dec 20, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Update asm/fbio.h for fb changes.
parent
2be9da90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
34 deletions
+0
-34
include/asm-sparc/fbio.h
include/asm-sparc/fbio.h
+0
-17
include/asm-sparc64/fbio.h
include/asm-sparc64/fbio.h
+0
-17
No files found.
include/asm-sparc/fbio.h
View file @
a100226f
...
...
@@ -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 */
...
...
include/asm-sparc64/fbio.h
View file @
a100226f
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment