lantec.h 414 B

123456789101112131415161718192021
  1. /*
  2. * LANTEC board specific definitions
  3. *
  4. * Copyright (c) 2001 Wolfgang Denk (wd@denx.de)
  5. */
  6. #ifndef __MACH_LANTEC_H
  7. #define __MACH_LANTEC_H
  8. #include <linux/config.h>
  9. #include <asm/ppcboot.h>
  10. #define IMAP_ADDR 0xFFF00000 /* physical base address of IMMR area */
  11. #define IMAP_SIZE (64 * 1024) /* mapped size of IMMR area */
  12. /* We don't use the 8259.
  13. */
  14. #define NR_8259_INTS 0
  15. #endif /* __MACH_LANTEC_H */