1 2 #ifndef _EVBPPC_EXPLORA_H_ 3 #define _EVBPPC_EXPLORA_H_ 4 5 /* 6 * Base addresses of external peripherals 7 */ 8 #define BASE_FB 0x70000000 9 #define BASE_LE 0x70800000 10 #define BASE_FB2 0x71000000 11 #define BASE_ISA 0x74000000 12 #define BASE_PCKBC 0x740000c0 13 #define BASE_PCKBC2 0x740000c8 14 #define BASE_COM 0x740005f0 15 #define BASE_LPT 0x740006f0 16 17 #define SIZE_FB (2*1024*1024) 18 19 void consinit(void); 20 21 #endif /* _EVBPPC_EXPLORA_H_ */ 22