00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef _SYS_PORTS_H
00022 #define _SYS_PORTS_H
00023
00024 #ifdef mc6811
00025 # include <asm-m68hc11/ports.h>
00026 #endif
00027
00028 #ifdef mc6812
00029 # include <asm-m68hc12/ports.h>
00030 #endif
00031
00032 #endif
00033