summaryrefslogtreecommitdiff
path: root/lwis_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwis_device.h')
-rw-r--r--lwis_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwis_device.h b/lwis_device.h
index 2e19917..59e7b25 100644
--- a/lwis_device.h
+++ b/lwis_device.h
@@ -120,7 +120,7 @@ struct lwis_event_subscribe_operations {
/* Notify subscriber when an event is happening */
void (*notify_event_subscriber)(struct lwis_device *lwis_dev, int64_t trigger_event_id,
int64_t trigger_event_count,
- int64_t trigger_event_timestamp, bool in_irq);
+ int64_t trigger_event_timestamp);
/* Clean up event subscription hash table when unloading top device */
void (*release)(struct lwis_device *lwis_dev);
};