/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_IRQHANDLER_H #define _LINUX_IRQHANDLER_H /* * Interrupt flow handler typedefs are defined here to avoid circular * include dependencies. */ struct irq_desc; struct irq_data; typedef void (*irq_flow_handler_t)(struct irq_desc *desc); typedef void (*irq_preflow_handler_t)(struct irq_data *data); #endif pplication/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/kcs_bmc_serio.c
AgeCommit message (Expand)Author
2022-09-22ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2021-10-29ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery