Mercurial > ecos
comparison packages/hal/common/current/include/hal_misc.h @ 101:c37d3a9e1b28 ecos-sw-2000-06-16
Merge from eCos master repository on 2000-06-16-07:47:03-BST
| author | jlarmour |
|---|---|
| date | Fri, 16 Jun 2000 16:43:59 +0000 |
| parents | |
| children | 6b5f480c6929 |
comparison
equal
deleted
inserted
replaced
| 100:991657282121 | 101:c37d3a9e1b28 |
|---|---|
| 1 #ifndef CYGONCE_HAL_HAL_MISC_H | |
| 2 #define CYGONCE_HAL_HAL_MISC_H | |
| 3 | |
| 4 //============================================================================= | |
| 5 // | |
| 6 // hal_misc.h | |
| 7 // | |
| 8 // HAL header for miscellaneous helper routines | |
| 9 // | |
| 10 //============================================================================= | |
| 11 //####COPYRIGHTBEGIN#### | |
| 12 // | |
| 13 // ------------------------------------------- | |
| 14 // The contents of this file are subject to the Red Hat eCos Public License | |
| 15 // Version 1.1 (the "License"); you may not use this file except in | |
| 16 // compliance with the License. You may obtain a copy of the License at | |
| 17 // http://www.redhat.com/ | |
| 18 // | |
| 19 // Software distributed under the License is distributed on an "AS IS" | |
| 20 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 21 // License for the specific language governing rights and limitations under | |
| 22 // the License. | |
| 23 // | |
| 24 // The Original Code is eCos - Embedded Configurable Operating System, | |
| 25 // released September 30, 1998. | |
| 26 // | |
| 27 // The Initial Developer of the Original Code is Red Hat. | |
| 28 // Portions created by Red Hat are | |
| 29 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | |
| 30 // All Rights Reserved. | |
| 31 // ------------------------------------------- | |
| 32 // | |
| 33 //####COPYRIGHTEND#### | |
| 34 //============================================================================= | |
| 35 //#####DESCRIPTIONBEGIN#### | |
| 36 // | |
| 37 // Author(s): jskov | |
| 38 // Contributors:jskov | |
| 39 // Date: 2000-06-08 | |
| 40 // Purpose: Miscellaneous routines shared between HALs | |
| 41 // Usage: #include <cyg/hal/hal_misc.h> | |
| 42 // | |
| 43 //####DESCRIPTIONEND#### | |
| 44 // | |
| 45 //============================================================================= | |
| 46 | |
| 47 #include <cyg/infra/cyg_type.h> // types & externC | |
| 48 | |
| 49 externC cyg_bool cyg_hal_is_break(char *buf, int size); | |
| 50 externC void cyg_hal_user_break( CYG_ADDRWORD *regs ); | |
| 51 | |
| 52 //----------------------------------------------------------------------------- | |
| 53 #endif // CYGONCE_HAL_HAL_MISC_H | |
| 54 // End of hal_misc.h |
