mxs.h 221 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2013 Freescale Semiconductor, Inc.
  4. */
  5. #ifndef __LINUX_IRQCHIP_MXS_H
  6. #define __LINUX_IRQCHIP_MXS_H
  7. extern void icoll_handle_irq(struct pt_regs *);
  8. #endif