summaryrefslogtreecommitdiffstats
path: root/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'irq.c')
-rw-r--r--irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irq.c b/irq.c
index 0154511..6b2164c 100644
--- a/irq.c
+++ b/irq.c
@@ -17,7 +17,7 @@
#include "tools.h"
#include "error.h"
-int pcilib_wait_irq(pcilib_t *ctx, pcilib_irq_source_t source, size_t timeout, size_t *count) {
+int pcilib_wait_irq(pcilib_t *ctx, pcilib_irq_source_t source, pcilib_timeout_t timeout, size_t *count) {
int err;
interrupt_wait_t arg = { 0 };