multiface.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _MULTIFACE_H_
  2. #define _MULTIFACE_H_
  3. /*
  4.  * Defines for SerialMaster, Multiface Card II and Multiface Card III
  5.  * The addresses given below are offsets to the board base address
  6.  * 
  7.  * 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de)
  8.  *
  9.  */
  10. #define PIA_REG_PADWIDTH 255
  11. #define DUARTBASE 0x0000
  12. #define PITBASE   0x0100
  13. #define ROMBASE   0x0200
  14. #define PIABASE   0x4000
  15. #endif