summaryrefslogtreecommitdiff
path: root/libdrm/nouveau/nouveau_notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdrm/nouveau/nouveau_notifier.h')
-rw-r--r--libdrm/nouveau/nouveau_notifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/nouveau/nouveau_notifier.h b/libdrm/nouveau/nouveau_notifier.h
index b461142a..dbc6a3b8 100644
--- a/libdrm/nouveau/nouveau_notifier.h
+++ b/libdrm/nouveau/nouveau_notifier.h
@@ -57,7 +57,7 @@ uint32_t
nouveau_notifier_return_val(struct nouveau_notifier *, int id);
int
-nouveau_notifier_wait_status(struct nouveau_notifier *, int id, int status,
+nouveau_notifier_wait_status(struct nouveau_notifier *, int id, uint32_t status,
double timeout);
#endif