se7206.h 293 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_SH_SE7206_H
  3. #define __ASM_SH_SE7206_H
  4. #define PA_SMSC 0x30000000
  5. #define PA_MRSHPC 0x34000000
  6. #define PA_LED 0x31400000
  7. void init_se7206_IRQ(void);
  8. #define __IO_PREFIX se7206
  9. #include <asm/io_generic.h>
  10. #endif /* __ASM_SH_SE7206_H */