Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  cobalt interrupt handling
0004  *
0005  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
0006  *  All rights reserved.
0007  */
0008 
0009 #include <linux/interrupt.h>
0010 
0011 irqreturn_t cobalt_irq_handler(int irq, void *dev_id);
0012 void cobalt_irq_work_handler(struct work_struct *work);
0013 void cobalt_irq_log_status(struct cobalt *cobalt);