]> Git Repo - J-linux.git/blob - drivers/media/pci/cobalt/cobalt-irq.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / media / pci / cobalt / cobalt-irq.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  cobalt interrupt handling
4  *
5  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
6  *  All rights reserved.
7  */
8
9 #include <linux/interrupt.h>
10
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);
This page took 0.027161 seconds and 4 git commands to generate.