Mercurial > ecos
comparison packages/hal/powerpc/fads/current/include/ppc_fads.h @ 2:443894e2e912 ecos-v1_2_1-release
Block commit of eCos version 1.2.1
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 12:24:34 +0000 |
| parents | |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 1:72f549f0d891 | 2:443894e2e912 |
|---|---|
| 1 #ifndef CYGONCE_PPC_FADS_H | |
| 2 #define CYGONCE_PPC_FADS_H | |
| 3 | |
| 4 //============================================================================= | |
| 5 //####UNSUPPORTEDBEGIN#### | |
| 6 // | |
| 7 // ------------------------------------------- | |
| 8 // This source file has been contributed to eCos/Cygnus. It may have been | |
| 9 // changed slightly to provide an interface consistent with those of other | |
| 10 // files. | |
| 11 // | |
| 12 // The functionality and contents of this file is supplied "AS IS" | |
| 13 // without any form of support and will not necessarily be kept up | |
| 14 // to date by Cygnus. | |
| 15 // | |
| 16 // The style of programming used in this file may not comply with the | |
| 17 // eCos programming guidelines. Please do not use as a base for other | |
| 18 // files. | |
| 19 // | |
| 20 // All inquiries about this file, or the functionality provided by it, | |
| 21 // should be directed to the 'ecos-discuss' mailing list (see | |
| 22 // http://sourceware.cygnus.com/ecos/intouch.html for details). | |
| 23 // | |
| 24 // Contributed by: Kevin Hester <khester@opticworks.com> | |
| 25 // Maintained by: <Unmaintained> | |
| 26 // ------------------------------------------- | |
| 27 // | |
| 28 //####UNSUPPORTEDEND#### | |
| 29 //============================================================================= | |
| 30 //####COPYRIGHTBEGIN#### | |
| 31 // | |
| 32 // ------------------------------------------- | |
| 33 // The contents of this file are subject to the Cygnus eCos Public License | |
| 34 // Version 1.0 (the "License"); you may not use this file except in | |
| 35 // compliance with the License. You may obtain a copy of the License at | |
| 36 // http://sourceware.cygnus.com/ecos | |
| 37 // | |
| 38 // Software distributed under the License is distributed on an "AS IS" | |
| 39 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 40 // License for the specific language governing rights and limitations under | |
| 41 // the License. | |
| 42 // | |
| 43 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 44 // September 30, 1998. | |
| 45 // | |
| 46 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 47 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 48 // ------------------------------------------- | |
| 49 // | |
| 50 //####COPYRIGHTEND#### | |
| 51 //============================================================================= | |
| 52 | |
| 53 // Board specific structures for the motorola FADS 860 evaluation board | |
| 54 // kevinh | |
| 55 | |
| 56 | |
| 57 | |
| 58 /*-----------------------------------*/ | |
| 59 /* Board Control and Status Register */ | |
| 60 /*-----------------------------------*/ | |
| 61 | |
| 62 typedef struct bcsr | |
| 63 | |
| 64 { | |
| 65 UWORD bcsr0; | |
| 66 UWORD bcsr1; | |
| 67 UWORD bcsr2; | |
| 68 UWORD bcsr3; | |
| 69 | |
| 70 } BCSR; | |
| 71 | |
| 72 #endif |
