summaryrefslogtreecommitdiff
path: root/lwis_transaction.h
diff options
context:
space:
mode:
authorlinyuny <linyuny@google.com>2022-12-15 04:22:35 +0000
committerYunyun Lin <linyuny@google.com>2022-12-15 18:57:36 +0000
commit8f8371be91dff32498dc5c492dbabed246db0476 (patch)
tree29f8f3bb2120d2c7115d586347926187a3a969e2 /lwis_transaction.h
parent85fe33a65431ee74502377bd646d0441ca177e66 (diff)
downloadlwis-8f8371be91dff32498dc5c492dbabed246db0476.tar.gz
Lwis: Using kernel functions to determine current context.
Bug: 176192392 Test: Pixel camera test checklist Change-Id: I673cef1fc161bd864fbc845d940425dbf5579f4b Signed-off-by: linyuny <linyuny@google.com>
Diffstat (limited to 'lwis_transaction.h')
-rw-r--r--lwis_transaction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lwis_transaction.h b/lwis_transaction.h
index cc17837..1b5cef8 100644
--- a/lwis_transaction.h
+++ b/lwis_transaction.h
@@ -73,8 +73,7 @@ int lwis_transaction_client_flush(struct lwis_client *client);
int lwis_transaction_client_cleanup(struct lwis_client *client);
int lwis_transaction_event_trigger(struct lwis_client *client, int64_t event_id,
- int64_t event_counter, struct list_head *pending_events,
- bool in_irq);
+ int64_t event_counter, struct list_head *pending_events);
void lwis_transaction_fence_trigger(struct lwis_client *client, struct lwis_fence *fence,
struct list_head *transaction_list);