Mercurial > flash_v2
comparison packages/hal/mips/sim/current/include/platform.inc @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 5:4e8259f41183 | 6:d376b777e2ce |
|---|---|
| 1 #ifndef CYGONCE_HAL_PLATFORM_INC | |
| 2 #define CYGONCE_HAL_PLATFORM_INC | |
| 3 ##============================================================================= | |
| 4 ## | |
| 5 ## platform.inc | |
| 6 ## | |
| 7 ## JMR-TX3904 board assembler header file | |
| 8 ## | |
| 9 ##============================================================================= | |
| 10 #####COPYRIGHTBEGIN#### | |
| 11 # | |
| 12 # ------------------------------------------- | |
| 13 # The contents of this file are subject to the Cygnus 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 "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 Cygnus Operating System, released | |
| 24 # September 30, 1998. | |
| 25 # | |
| 26 # The Initial Developer of the Original Code is Cygnus. Portions created | |
| 27 # by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 28 # ------------------------------------------- | |
| 29 # | |
| 30 #####COPYRIGHTEND#### | |
| 31 ##============================================================================= | |
| 32 #######DESCRIPTIONBEGIN#### | |
| 33 ## | |
| 34 ## Author(s): nickg | |
| 35 ## Contributors: nickg | |
| 36 ## Date: 1999-04-06 | |
| 37 ## Purpose: JMR-TX3904 board definitions. | |
| 38 ## Description: This file contains various definitions and macros that are | |
| 39 ## useful for writing assembly code for the JMR-TX3904 board. | |
| 40 ## Usage: | |
| 41 ## #include <cyg/hal/platform.inc> | |
| 42 ## ... | |
| 43 ## | |
| 44 ## | |
| 45 ######DESCRIPTIONEND#### | |
| 46 ## | |
| 47 ##============================================================================= | |
| 48 | |
| 49 #include <cyg/hal/mips.inc> | |
| 50 | |
| 51 #------------------------------------------------------------------------------ | |
| 52 | |
| 53 # Nothing to define here | |
| 54 | |
| 55 #------------------------------------------------------------------------------ | |
| 56 #endif // ifndef CYGONCE_HAL_PLATFORM_INC | |
| 57 # end of platform.inc |
