Subversion Repositories DevTools

Rev

Rev 227 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
4
# 
5
# File:         PLATFORM/hkpca
6
#
7
# Contents:     GMPCA (EOS/CMOS target)
8
#
9
# Revision History:
10
#   26/02/02  GHO   Created
11
###############################################################################
12
#
13
 
14
GMPCAInit();
15
 
16
###############################################################################
17
#.  EOS HK platform runtime configuration
18
#
19
###############################################################################
20
sub GMPCAInit
21
{
22
    PlatformRequire( "cmos68k" );
23
}