projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa8cee
)
drm/vc4: add extern C guard for the UAPI header
author
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 7 Apr 2016 18:36:57 +0000
(19:36 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 13 May 2016 13:06:18 +0000
(14:06 +0100)
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
include/uapi/drm/vc4_drm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/drm/vc4_drm.h
b/include/uapi/drm/vc4_drm.h
index eeb37e394f1347ef0c87ec2305604a0510d4dd37..af12e8a184c82b890968dfc8d45bcfa97ccb3e4f 100644
(file)
--- a/
include/uapi/drm/vc4_drm.h
+++ b/
include/uapi/drm/vc4_drm.h
@@
-26,6
+26,10
@@
#include "drm.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#define DRM_VC4_SUBMIT_CL 0x00
#define DRM_VC4_WAIT_SEQNO 0x01
#define DRM_VC4_WAIT_BO 0x02
@@
-276,4
+280,8
@@
struct drm_vc4_get_hang_state {
__u32 pad[16];
};
+#if defined(__cplusplus)
+}
+#endif
+
#endif /* _UAPI_VC4_DRM_H_ */
This page took
0.024902 seconds
and
5
git commands to generate.