comparison packages/hal/common/current/include/generic-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 f10165814f1e
children bf00f99aec69
comparison
equal deleted inserted replaced
63:119e6e57c342 64:c38311975d4f
1 /* Definitions for the generic GDB remote stub 1 //========================================================================
2 * 2 //
3 * Copyright (c) 1997, 1998, 1999 Cygnus Solutions 3 // generic-stub.h
4 * 4 //
5 * The contents of this file are subject to the Cygnus eCos Public 5 // Definitions for the generic GDB remote stub
6 * License Version 1.0 (the "License"); you may not use this file 6 //
7 * except in compliance with the License. You may obtain a copy of 7 //========================================================================
8 * the License at http://sourceware.cygnus.com/ecos/ 8 //####COPYRIGHTBEGIN####
9 * 9 //
10 * Software distributed under the License is distributed on an 10 // -------------------------------------------
11 * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 11 // The contents of this file are subject to the Red Hat eCos Public License
12 * implied. See the License for the specific language governing rights 12 // Version 1.0 (the "License"); you may not use this file except in
13 * and limitations under the License. 13 // compliance with the License. You may obtain a copy of the License at
14 * 14 // http://sourceware.cygnus.com/ecos
15 * The Original Code is eCos - Embedded Cygnus Operating System, 15 //
16 * released September 30, 1998. The Initial Developer of the Original 16 // Software distributed under the License is distributed on an
17 * Code is Cygnus. Portions created by Cygnus are Copyright (C) 1998, 1999 17 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
18 * Cygnus Solutions. All Rights Reserved. 18 // License for the specific language governing rights and limitations under
19 */ 19 // the License.
20 20 //
21 /* This header is not to be included by user code, and is only placed in a 21 // The Original Code is eCos - Embedded Configurable Operating System,
22 * publically accessible directory so that platform stub packages 22 // released September 30, 1998.
23 * are able to include it if required. 23 //
24 */ 24 // The Initial Developer of the Original Code is Red Hat.
25 // Portions created by Red Hat are
26 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
27 // All Rights Reserved.
28 // -------------------------------------------
29 //
30 //####COPYRIGHTEND####
31 //========================================================================
32 //#####DESCRIPTIONBEGIN####
33 //
34 // Author(s): Red Hat, nickg
35 // Contributors: Red Hat, nickg
36 // Date: 1998-06-08
37 // Purpose:
38 // Description: Definitions for the generic GDB remote stub
39 // Usage: This header is not to be included by user code, and is
40 // only placed in a publically accessible directory so
41 // that platform stub packages are able to include it
42 // if required.
43 //
44 //####DESCRIPTIONEND####
45 //
46 //========================================================================
47
25 48
26 #ifndef GENERIC_STUB_H 49 #ifndef GENERIC_STUB_H
27 #define GENERIC_STUB_H 50 #define GENERIC_STUB_H
28 51
29 /* Three typedefs must be provided before including this file. 52 /* Three typedefs must be provided before including this file.