Subversion Repositories DevTools

Rev

Details | 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/hkgak
6
#
7
# Contents:     HKGAK (EOS/CMOS target)
8
#
9
# Revision History:
10
#   06/04/00  APY   Created
11
###############################################################################
12
#
13
 
14
HkgakInit();
15
 
16
###############################################################################
17
#.  EOS HK platform runtime configuration
18
#
19
###############################################################################
20
sub HkgakInit
21
{
22
    PlatformRequire( "cmos68k" );
23
}
24
 
25
 
26