aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xf86drm.h')
-rw-r--r--xf86drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xf86drm.h b/xf86drm.h
index ea650eff..0dbf4941 100644
--- a/xf86drm.h
+++ b/xf86drm.h
@@ -863,6 +863,8 @@ extern int drmSyncobjExportSyncFile(int fd, uint32_t handle, int *sync_file_fd);
863extern int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles, 863extern int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles,
864 int64_t timeout_nsec, unsigned flags, 864 int64_t timeout_nsec, unsigned flags,
865 uint32_t *first_signaled); 865 uint32_t *first_signaled);
866extern int drmSyncobjReset(int fd, const uint32_t *handles, uint32_t handle_count);
867extern int drmSyncobjSignal(int fd, const uint32_t *handles, uint32_t handle_count);
866 868
867#if defined(__cplusplus) 869#if defined(__cplusplus)
868} 870}