comparison packages/hal/mn10300/arch/current/include/mn10300_stub.h @ 64:c38311975d4f ecos-sw-2000-01-28

Merge from eCos master repository on 2000-01-28-04:28:11-GMT
author jlarmour
date Fri, 28 Jan 2000 04:59:39 +0000
parents 443894e2e912
children bf00f99aec69
comparison
equal deleted inserted replaced
63:119e6e57c342 64:c38311975d4f
1 #ifndef CYGONCE_HAL_MN10300_STUB_H 1 #ifndef CYGONCE_HAL_MN10300_STUB_H
2 #define CYGONCE_HAL_MN10300_STUB_H 2 #define CYGONCE_HAL_MN10300_STUB_H
3 //========================================================================
4 //
5 // mn10300_stub.h
6 //
7 // MN10300-specific definitions for generic stub
8 //
9 //========================================================================
10 //####COPYRIGHTBEGIN####
11 //
12 // -------------------------------------------
13 // The contents of this file are subject to the Red Hat eCos Public License
14 // Version 1.0 (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://sourceware.cygnus.com/ecos
17 //
18 // Software distributed under the License is distributed on an
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): Red Hat, jskov
37 // Contributors: Red Hat, jskov
38 // Date: 1998-11-06
39 // Purpose:
40 // Description: MN10300-specific definitions for generic stub
41 // Usage:
42 //
43 //####DESCRIPTIONEND####
44 //
45 //========================================================================
3 46
4 /* mn10300_stub.h - MN10300-specific definitions for generic stub
5 *
6 * Copyright (c) 1998,1999 Cygnus Solutions
7 *
8 * The authors hereby grant permission to use, copy, modify, distribute,
9 * and license this software and its documentation for any purpose, provided
10 * that existing copyright notices are retained in all copies and that this
11 * notice is included verbatim in any distributions. No written agreement,
12 * license, or royalty fee is required for any of the authorized uses.
13 * Modifications to this software may be copyrighted by their authors
14 * and need not follow the licensing terms described here, provided that
15 * the new terms are clearly indicated on the first page of each file where
16 * they apply.
17 */
18 47
19 #define NUMREGS 32 48 #define NUMREGS 32
20 49
21 #define REGSIZE( _x_ ) (4) 50 #define REGSIZE( _x_ ) (4)
22 51