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
###############################################################################
6177 dpurdie 3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
227 dpurdie 4
# 
5
# File:         PLATFORM/hk386pc
6
#
7
# Contents:     HK386PC (EOS target)
8
#
9
# Revision History:
10
#   19/08/99  APY   Created
11
###############################################################################
12
#
13
 
14
Hk386pcInit();
15
 
16
###############################################################################
17
#.  EOS HK platform runtime configuration
18
#
19
###############################################################################
20
sub Hk386pcInit
21
{
22
    PlatformRequire( "eosp386" );
23
}
24
 
25
 
26