m82xx_pci.h 473 B

1234567891011121314151617
  1. #ifndef _PPC_KERNEL_M82XX_PCI_H
  2. #define _PPC_KERNEL_M82XX_PCI_H
  3. /*
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version
  7. * 2 of the License, or (at your option) any later version.
  8. */
  9. #define SIU_INT_IRQ1 ((uint)0x13 + CPM_IRQ_OFFSET)
  10. #ifndef _IO_BASE
  11. #define _IO_BASE isa_io_base
  12. #endif
  13. #endif /* _PPC_KERNEL_M8260_PCI_H */