Mercurial > flash_v2
comparison packages/hal/powerpc/arch/current/src/ppc_stub.c @ 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 | 641b639be825 |
| children | bf00f99aec69 |
comparison
equal
deleted
inserted
replaced
| 63:119e6e57c342 | 64:c38311975d4f |
|---|---|
| 1 /* ppc_stub.c - helper functions for stub, generic to all PowerPC processors | 1 //======================================================================== |
| 2 * | 2 // |
| 3 * Copyright (c) 1998,1999 Cygnus Solutions | 3 // ppc_stub.c |
| 4 * | 4 // |
| 5 * The authors hereby grant permission to use, copy, modify, distribute, | 5 // Helper functions for stub, generic to all PowerPC processors |
| 6 * and license this software and its documentation for any purpose, provided | 6 // |
| 7 * that existing copyright notices are retained in all copies and that this | 7 //======================================================================== |
| 8 * notice is included verbatim in any distributions. No written agreement, | 8 //####COPYRIGHTBEGIN#### |
| 9 * license, or royalty fee is required for any of the authorized uses. | 9 // |
| 10 * Modifications to this software may be copyrighted by their authors | 10 // ------------------------------------------- |
| 11 * and need not follow the licensing terms described here, provided that | 11 // The contents of this file are subject to the Red Hat eCos Public License |
| 12 * the new terms are clearly indicated on the first page of each file where | 12 // Version 1.0 (the "License"); you may not use this file except in |
| 13 * they apply. | 13 // compliance with the License. You may obtain a copy of the License at |
| 14 */ | 14 // http://sourceware.cygnus.com/ecos |
| 15 // | |
| 16 // Software distributed under the License is distributed on an | |
| 17 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 18 // License for the specific language governing rights and limitations under | |
| 19 // the License. | |
| 20 // | |
| 21 // The Original Code is eCos - Embedded Configurable Operating System, | |
| 22 // released September 30, 1998. | |
| 23 // | |
| 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, jskov | |
| 35 // Contributors: Red Hat, jskov | |
| 36 // Date: 1998-08-20 | |
| 37 // Purpose: | |
| 38 // Description: Helper functions for stub, generic to all PowerPC processors | |
| 39 // Usage: | |
| 40 // | |
| 41 //####DESCRIPTIONEND#### | |
| 42 // | |
| 43 //======================================================================== | |
| 15 | 44 |
| 16 #include <stddef.h> | 45 #include <stddef.h> |
| 17 | 46 |
| 18 #include <pkgconf/hal.h> | 47 #include <pkgconf/hal.h> |
| 19 | 48 |
