1
0

ioram.h 118 B

1234567
  1. #ifndef __IO_RAM_H
  2. #define __IO_RAM_H
  3. #define IORAM_BASE_PHYS 0xff000000UL
  4. #define IORAM_LEN 0x10000UL
  5. #endif