# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # File: PLATFORM/hkpca # # Contents: HKPCA (EOS/CMOS target) # # Revision History: # 26/02/02 GHO Created ############################################################################### # HkpcaInit(); ############################################################################### #. EOS HK platform runtime configuration # ############################################################################### sub HkpcaInit { PlatformRequire( "cmos68k" ); }