1 
   2 
   3 
   4 
   5 
   6 
   7 
   8 
   9 #ifndef __TANBAC_TB0287_H
  10 #define __TANBAC_TB0287_H
  11 
  12 #include <asm/vr41xx/irq.h>
  13 
  14 
  15 
  16 
  17 #define TB0287_PCI_SLOT_PIN             2
  18 #define TB0287_SM501_PIN                3
  19 #define TB0287_SIL680A_PIN              8
  20 #define TB0287_RTL8110_PIN              13
  21 
  22 
  23 
  24 
  25 #define TB0287_PCI_SLOT_IRQ             GIU_IRQ(TB0287_PCI_SLOT_PIN)
  26 #define TB0287_SM501_IRQ                GIU_IRQ(TB0287_SM501_PIN)
  27 #define TB0287_SIL680A_IRQ              GIU_IRQ(TB0287_SIL680A_PIN)
  28 #define TB0287_RTL8110_IRQ              GIU_IRQ(TB0287_RTL8110_PIN)
  29 
  30 #endif