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