cobalt-irq.h 369 B

12345678910111213
  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. #include <linux/interrupt.h>
  9. irqreturn_t cobalt_irq_handler(int irq, void *dev_id);
  10. void cobalt_irq_work_handler(struct work_struct *work);
  11. void cobalt_irq_log_status(struct cobalt *cobalt);