OSDN Git Service

radeon: Wire up radeon-symbol-check to make check
[android-x86/external-libdrm.git] / xf86drmMode.h
index 317ea23..4de7bbb 100644 (file)
@@ -36,7 +36,7 @@
 #ifndef _XF86DRMMODE_H_
 #define _XF86DRMMODE_H_
 
-#if defined(__cplusplus) || defined(c_plusplus)
+#if defined(__cplusplus)
 extern "C" {
 #endif
 
@@ -503,7 +503,12 @@ extern int drmModeAtomicCommit(int fd,
                               uint32_t flags,
                               void *user_data);
 
-#if defined(__cplusplus) || defined(c_plusplus)
+extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
+                                    uint32_t *id);
+extern int drmModeDestroyPropertyBlob(int fd, uint32_t id);
+
+
+#if defined(__cplusplus)
 }
 #endif