mpc834x_sys.h 645 B

1234567891011121314151617181920212223
  1. /*
  2. * arch/powerppc/platforms/83xx/mpc834x_sys.h
  3. *
  4. * MPC834X SYS common board definitions
  5. *
  6. * Maintainer: Kumar Gala <galak@kernel.crashing.org>
  7. *
  8. * This program is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the
  10. * Free Software Foundation; either version 2 of the License, or (at your
  11. * option) any later version.
  12. *
  13. */
  14. #ifndef __MACH_MPC83XX_SYS_H__
  15. #define __MACH_MPC83XX_SYS_H__
  16. #define PIRQA MPC83xx_IRQ_EXT4
  17. #define PIRQB MPC83xx_IRQ_EXT5
  18. #define PIRQC MPC83xx_IRQ_EXT6
  19. #define PIRQD MPC83xx_IRQ_EXT7
  20. #endif /* __MACH_MPC83XX_SYS_H__ */