Home | History | Annotate | Line # | Download | only in include
explora.h revision 1.2.16.1
      1       1.1  hannken 
      2       1.1  hannken #ifndef _EVBPPC_EXPLORA_H_
      3       1.1  hannken #define _EVBPPC_EXPLORA_H_
      4       1.1  hannken 
      5       1.1  hannken /*
      6       1.1  hannken  * Base addresses of external peripherals
      7       1.1  hannken  */
      8       1.1  hannken #define BASE_FB		0x70000000
      9       1.1  hannken #define BASE_LE		0x70800000
     10  1.2.16.1     yamt #define BASE_FB2	0x71000000
     11  1.2.16.1     yamt #define BASE_ISA	0x74000000
     12  1.2.16.1     yamt #define BASE_PCKBC		0x740000c0
     13  1.2.16.1     yamt #define BASE_PCKBC2		0x740000c8
     14  1.2.16.1     yamt #define BASE_COM		0x740005f0
     15  1.2.16.1     yamt #define BASE_LPT		0x740006f0
     16       1.1  hannken 
     17       1.1  hannken #define SIZE_FB		(2*1024*1024)
     18       1.1  hannken 
     19       1.1  hannken void consinit(void);
     20       1.1  hannken 
     21       1.1  hannken #endif /* _EVBPPC_EXPLORA_H_ */
     22