irq.h 274 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2006 Atmark Techno, Inc.
  4. */
  5. #ifndef _ASM_MICROBLAZE_IRQ_H
  6. #define _ASM_MICROBLAZE_IRQ_H
  7. #include <asm-generic/irq.h>
  8. struct pt_regs;
  9. extern void do_IRQ(struct pt_regs *regs);
  10. #endif /* _ASM_MICROBLAZE_IRQ_H */