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
81dda387
Commit
81dda387
authored
May 13, 2016
by
Emil Velikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/sis: add extern C guard for the UAPI header
Signed-off-by:
Emil Velikov
<
emil.l.velikov@gmail.com
>
parent
ea526b7f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
include/uapi/drm/sis_drm.h
include/uapi/drm/sis_drm.h
+8
-0
No files found.
include/uapi/drm/sis_drm.h
View file @
81dda387
...
...
@@ -29,6 +29,10 @@
#include "drm.h"
#if defined(__cplusplus)
extern
"C"
{
#endif
/* SiS specific ioctls */
#define NOT_USED_0_3
#define DRM_SIS_FB_ALLOC 0x04
...
...
@@ -66,4 +70,8 @@ typedef struct {
unsigned
long
offset
,
size
;
}
drm_sis_fb_t
;
#if defined(__cplusplus)
}
#endif
#endif
/* __SIS_DRM_H__ */
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