#ifndef _SEGMENTATION_H #define _SEGMENTATION_H #define MEMC_BASE 0x00000000 #define MEMC_SIZE 0x10000000 #define BOOT_BASE 0xbfc00000 #define BOOT_SIZE 0x00040000 #define EXIT_BASE 0x10000000 #define EXIT_SIZE 0x00000010 #define MTTY_BASE 0x20000000 #define MTTY_SIZE 0x00000010 #define XICU_BASE 0x30000000 #define XICU_SIZE 0x00001000 #define IOBD_BASE 0x40000000 #define IOBD_SIZE 0x00000020 #endif #endif