comparison packages/hal/i386/linux/current/include/variant.inc @ 72:da3908c9cd10 ecos-sw-2000-02-17

Merge from eCos master repository on 2000-02-17-18:56:14-GMT
author jlarmour
date Thu, 17 Feb 2000 19:38:13 +0000
parents
children
comparison
equal deleted inserted replaced
71:f4a0d3a26b92 72:da3908c9cd10
1 #ifndef CYGONCE_HAL_VARIANT_INC
2 #define CYGONCE_HAL_VARIANT_INC
3 ##=============================================================================
4 ##
5 ## variant.inc
6 ##
7 ## Linux synthetic target variant support
8 ##
9 ##=============================================================================
10 #####COPYRIGHTBEGIN####
11 #
12 # -------------------------------------------
13 # The contents of this file are subject to the Red Hat eCos Public License
14 # Version 1.1 (the "License"); you may not use this file except in
15 # compliance with the License. You may obtain a copy of the License at
16 # http://www.redhat.com/
17 #
18 # Software distributed under the License is distributed on an "AS IS"
19 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 # License for the specific language governing rights and limitations under
21 # the License.
22 #
23 # The Original Code is eCos - Embedded Configurable Operating System,
24 # released September 30, 1998.
25 #
26 # The Initial Developer of the Original Code is Red Hat.
27 # Portions created by Red Hat are
28 # Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
29 # All Rights Reserved.
30 # -------------------------------------------
31 #
32 #####COPYRIGHTEND####
33 ##=============================================================================
34 #######DESCRIPTIONBEGIN####
35 ##
36 ## Author(s): jskov
37 ## Contributors:jskov, pjo, nickg
38 ## Date: 1999-01-07
39 ## Purpose: Linux synthetic target variant support
40 ## Description: This file contains any i386 variant specific assembler macros
41 ## needed to run eCos on a Linux synthetic target. It is here mainly
42 ## to retain compatibility with other HALs.
43 ##
44 ##
45 ######DESCRIPTIONEND####
46 ##
47 ##=============================================================================
48
49
50 #include <pkgconf/hal.h>
51 #include <cyg/hal/i386.inc>
52 //#include <cyg/hal/platform.inc>
53
54 ##=============================================================================
55 #endif // ifndef CYGONCE_HAL_VARIANT_INC
56 ## end of variant.inc