Mercurial > flash_v2
diff packages/hal/common/current/include/drv_api.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 | 6ed91473a1cd |
| children | 4c750ce71ae3 |
line wrap: on
line diff
--- a/packages/hal/common/current/include/drv_api.h +++ b/packages/hal/common/current/include/drv_api.h @@ -151,8 +151,8 @@ typedef struct cyg_interrupt cyg_DSR_t *dsr; CYG_ADDRWORD data; - volatile struct cyg_interrupt *next_dsr; - cyg_int32 dsr_count; + struct cyg_interrupt* volatile next_dsr; + volatile cyg_int32 dsr_count; #ifdef CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN struct cyg_interrupt *next;
