Mercurial > ecos
comparison packages/hal/mn10300/sim/current/include/platform.inc @ 36:e97d78785e2d ecos-sw-1999-09-12
Merge from eCos master repository on 1999-09-12-15:40:34-BST
| author | jlarmour |
|---|---|
| date | Sun, 12 Sep 1999 15:26:05 +0000 |
| parents | |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 35:d722a005a6c3 | 36:e97d78785e2d |
|---|---|
| 1 #ifndef CYGONCE_HAL_PLATFORM_INC | |
| 2 #define CYGONCE_HAL_PLATFORM_INC | |
| 3 ##============================================================================= | |
| 4 ## | |
| 5 ## platform.inc | |
| 6 ## | |
| 7 ## AM31 simulator "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): jlarmour | |
| 35 ## Contributors: jlarmour | |
| 36 ## Date: 1999-09-09 | |
| 37 ## Purpose: AM31 Simulator "board" definitions. | |
| 38 ## Description: This file contains various definitions and macros that are | |
| 39 ## required for writing assembly code for the am31 simulator. | |
| 40 ## Currently there are none | |
| 41 ## Usage: | |
| 42 ## #include <cyg/hal/platform.inc> | |
| 43 ## ... | |
| 44 ## | |
| 45 ## | |
| 46 ######DESCRIPTIONEND#### | |
| 47 ## | |
| 48 ##============================================================================= | |
| 49 | |
| 50 ##----------------------------------------------------------------------------- | |
| 51 | |
| 52 # Nothing required | |
| 53 | |
| 54 #------------------------------------------------------------------------------ | |
| 55 #endif // ifndef CYGONCE_HAL_PLATFORM_INC | |
| 56 # end of platform.inc |
