aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'exynos/exynos_drmif.h')
-rw-r--r--exynos/exynos_drmif.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/exynos/exynos_drmif.h b/exynos/exynos_drmif.h
index 626e3998..154439bb 100644
--- a/exynos/exynos_drmif.h
+++ b/exynos/exynos_drmif.h
@@ -31,6 +31,10 @@
31#include <stdint.h> 31#include <stdint.h>
32#include "exynos_drm.h" 32#include "exynos_drm.h"
33 33
34#if defined(__cplusplus)
35extern "C" {
36#endif
37
34struct exynos_device { 38struct exynos_device {
35 int fd; 39 int fd;
36}; 40};
@@ -109,4 +113,8 @@ int exynos_handle_event(struct exynos_device *dev,
109 struct exynos_event_context *ctx); 113 struct exynos_event_context *ctx);
110 114
111 115
116#if defined(__cplusplus)
117}
118#endif
119
112#endif /* EXYNOS_DRMIF_H_ */ 120#endif /* EXYNOS_DRMIF_H_ */