Mercurial > flash_v2
diff packages/hal/common/current/include/hal_tables.h @ 117:bd1a71e3e476 ecos-sw-2000-08-25
Merge from eCos master repository on 2000-08-25-19:22:58-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 19:17:22 +0000 |
| parents | 6ed91473a1cd |
| children | 6bd9d475ed4b |
line wrap: on
line diff
--- a/packages/hal/common/current/include/hal_tables.h +++ b/packages/hal/common/current/include/hal_tables.h @@ -90,6 +90,11 @@ CYGBLD_ATTRIB_SECTION(.ecos.table.##_name##.data) #endif +#ifndef CYG_HAL_TABLE_QUALIFIED_ENTRY +#define CYG_HAL_TABLE_QUALIFIED_ENTRY( _name, _qual ) \ + CYGBLD_ATTRIB_SECTION(.ecos.table.##_name##.data.##_qual) +#endif + /*------------------------------------------------------------------------*/ /* EOF hal_tables.h */ #endif // CYGONCE_HAL_TABLES_H
