Mercurial > ecos
comparison packages/redboot/current/include/flash_config.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 |
|---|---|
| 67 | 67 |
| 68 #define ALWAYS_ENABLED (char *)0 | 68 #define ALWAYS_ENABLED (char *)0 |
| 69 | 69 |
| 70 #define RedBoot_config_option(_t_,_n_,_e_,_ie_,_type_) \ | 70 #define RedBoot_config_option(_t_,_n_,_e_,_ie_,_type_) \ |
| 71 struct config_option _config_option_##_n_ \ | 71 struct config_option _config_option_##_n_ \ |
| 72 CYG_HAL_TABLE_ENTRY(RedBoot_config_options) = {#_n_,_t_,/*&_v_,*/_e_,_ie_,_type_}; | 72 CYG_HAL_TABLE_QUALIFIED_ENTRY(RedBoot_config_options,_n_) = {#_n_,_t_,_e_,_ie_,_type_}; |
| 73 | 73 |
| 74 void flash_get_config(char *key, void *val, int type); | 74 void flash_get_config(char *key, void *val, int type); |
| 75 | 75 |
| 76 #endif // _FLASH_CONFIG_H_ | 76 #endif // _FLASH_CONFIG_H_ |
