lboxre2.h 726 B

12345678910111213141516171819202122232425262728
  1. #ifndef __ASM_SH_LBOXRE2_H
  2. #define __ASM_SH_LBOXRE2_H
  3. /*
  4. * Copyright (C) 2007 Nobuhiro Iwamatsu
  5. *
  6. * NTT COMWARE L-BOX RE2 support
  7. *
  8. * This file is subject to the terms and conditions of the GNU General Public
  9. * License. See the file "COPYING" in the main directory of this archive
  10. * for more details.
  11. *
  12. */
  13. #include <linux/sh_intc.h>
  14. #define IRQ_CF1 evt2irq(0x320) /* CF1 */
  15. #define IRQ_CF0 evt2irq(0x340) /* CF0 */
  16. #define IRQ_INTD evt2irq(0x360) /* INTD */
  17. #define IRQ_ETH1 evt2irq(0x380) /* Ether1 */
  18. #define IRQ_ETH0 evt2irq(0x3a0) /* Ether0 */
  19. #define IRQ_INTA evt2irq(0x3c0) /* INTA */
  20. void init_lboxre2_IRQ(void);
  21. #define __IO_PREFIX lboxre2
  22. #include <asm/io_generic.h>
  23. #endif /* __ASM_SH_LBOXRE2_H */