comparison 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
comparison
equal deleted inserted replaced
116:a0f9581a3a09 117:bd1a71e3e476
88 #ifndef CYG_HAL_TABLE_ENTRY 88 #ifndef CYG_HAL_TABLE_ENTRY
89 #define CYG_HAL_TABLE_ENTRY( _name ) \ 89 #define CYG_HAL_TABLE_ENTRY( _name ) \
90 CYGBLD_ATTRIB_SECTION(.ecos.table.##_name##.data) 90 CYGBLD_ATTRIB_SECTION(.ecos.table.##_name##.data)
91 #endif 91 #endif
92 92
93 #ifndef CYG_HAL_TABLE_QUALIFIED_ENTRY
94 #define CYG_HAL_TABLE_QUALIFIED_ENTRY( _name, _qual ) \
95 CYGBLD_ATTRIB_SECTION(.ecos.table.##_name##.data.##_qual)
96 #endif
97
93 /*------------------------------------------------------------------------*/ 98 /*------------------------------------------------------------------------*/
94 /* EOF hal_tables.h */ 99 /* EOF hal_tables.h */
95 #endif // CYGONCE_HAL_TABLES_H 100 #endif // CYGONCE_HAL_TABLES_H