projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ef910
)
drm/exynos: add extern C guard for the UAPI header
author
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 7 Apr 2016 17:58:35 +0000
(18:58 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 13 May 2016 13:02:24 +0000
(14:02 +0100)
Cc: Andrzej Hajda <a.hajda@samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
include/uapi/drm/exynos_drm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/drm/exynos_drm.h
b/include/uapi/drm/exynos_drm.h
index 3947c2eb8d69f06262e6931984178b6aaecbdc24..cb3e9f9d029f85f39cbcc3a41b8bef9bd445f56b 100644
(file)
--- a/
include/uapi/drm/exynos_drm.h
+++ b/
include/uapi/drm/exynos_drm.h
@@
-17,6
+17,10
@@
#include "drm.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/**
* User-desired buffer creation information structure.
*
@@
-362,4
+366,8
@@
struct drm_exynos_ipp_event {
__u32 buf_id[EXYNOS_DRM_OPS_MAX];
};
+#if defined(__cplusplus)
+}
+#endif
+
#endif /* _UAPI_EXYNOS_DRM_H_ */