summaryrefslogtreecommitdiff
path: root/include/linux/irqhandler.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2015-02-20 11:01:24 -0800
committerMichael Bestas <mkbestas@lineageos.org>2019-12-23 23:43:34 +0200
commit6edd3f1417d82add8c98d292ba39912b830c3d80 (patch)
tree7c030a7289a70a8b8e845b2925105cd0e082d3f3 /include/linux/irqhandler.h
parent2402e1b97f9333cdd985f14810ae764ba7335342 (diff)
BACKPORT: PM: wakeup_reason: add functions to query and clear wakeup reasons
The query results are valid until the next PM_SUSPEND_PREPARE. (cherry picked from commit 76543de14f860ab713114621cb62e8006b7ca952) Change-Id: I6bc2bd47c830262319576a001d39ac9a994916cf Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include/linux/irqhandler.h')
-rw-r--r--include/linux/irqhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irqhandler.h b/include/linux/irqhandler.h
index 661bed0ed1f3..b31ab4b59c16 100644
--- a/include/linux/irqhandler.h
+++ b/include/linux/irqhandler.h
@@ -8,7 +8,7 @@
struct irq_desc;
struct irq_data;
-typedef void (*irq_flow_handler_t)(struct irq_desc *desc);
+typedef bool (*irq_flow_handler_t)(struct irq_desc *desc);
typedef void (*irq_preflow_handler_t)(struct irq_data *data);
#endif