Mercurial > flash_v2
comparison packages/hal/common/current/include/hal_if.h @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 6bd9d475ed4b |
| children | 289bf90c6a9b |
comparison
equal
deleted
inserted
replaced
| 129:605a0fc6f385 | 130:eb9fd8c04db3 |
|---|---|
| 394 | 394 |
| 395 //-------------------------------------------------------------------------- | 395 //-------------------------------------------------------------------------- |
| 396 // Configuration control for the interface services. | 396 // Configuration control for the interface services. |
| 397 // When this is set, code should initialize the vector table wherever | 397 // When this is set, code should initialize the vector table wherever |
| 398 // appropriate. | 398 // appropriate. |
| 399 #if defined(CYG_HAL_STARTUP_ROM) || \ | 399 #if !defined(CYG_HAL_STARTUP_RAM) || \ |
| 400 ( defined(CYG_HAL_STARTUP_RAM) && \ | 400 ( defined(CYG_HAL_STARTUP_RAM) && \ |
| 401 !defined(CYGSEM_HAL_USE_ROM_MONITOR)) | 401 !defined(CYGSEM_HAL_USE_ROM_MONITOR)) |
| 402 # define CYGPRI_HAL_IMPLEMENTS_IF_SERVICES | 402 # define CYGPRI_HAL_IMPLEMENTS_IF_SERVICES |
| 403 #endif | 403 #endif |
| 404 | 404 |
