# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # File: PLATFORM/hkgak # # Contents: HKGAK (EOS/CMOS target) # # Revision History: # 06/04/00 APY Created ############################################################################### # HkgakInit(); ############################################################################### #. EOS HK platform runtime configuration # ############################################################################### sub HkgakInit { PlatformRequire( "cmos68k" ); }