1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * cobalt interrupt handling
5 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
9 #include <linux/interrupt.h>
11 irqreturn_t
cobalt_irq_handler(int irq
, void *dev_id
);
12 void cobalt_irq_work_handler(struct work_struct
*work
);
13 void cobalt_irq_log_status(struct cobalt
*cobalt
);