Mercurial > ecos
comparison packages/hal/common/current/include/hal_if.h @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | 7f461c3a372c |
| children | 6ed91473a1cd |
comparison
equal
deleted
inserted
replaced
| 111:211b8a635ce9 | 112:02ea4320376c |
|---|---|
| 54 #include <stdarg.h> | 54 #include <stdarg.h> |
| 55 | 55 |
| 56 #ifdef CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT | 56 #ifdef CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT |
| 57 | 57 |
| 58 //-------------------------------------------------------------------------- | 58 //-------------------------------------------------------------------------- |
| 59 #ifndef _BSP_HANDLER_T_DEFINED | |
| 60 #define _BSP_HANDLER_T_DEFINED | |
| 59 typedef int (*bsp_handler_t)(int __irq_nr, void *__regs); | 61 typedef int (*bsp_handler_t)(int __irq_nr, void *__regs); |
| 62 #endif // _BSP_HANDLER_T_DEFINED | |
| 60 | 63 |
| 61 //-------------------------------------------------------------------------- | 64 //-------------------------------------------------------------------------- |
| 62 // Communication interface table. CYGNUM_CALL_IF_CONSOLE_PROCS and | 65 // Communication interface table. CYGNUM_CALL_IF_CONSOLE_PROCS and |
| 63 // CYGNUM_CALL_IF_DEBUG_PROCS point to instances (possibly the same) | 66 // CYGNUM_CALL_IF_DEBUG_PROCS point to instances (possibly the same) |
| 64 // of this table. | 67 // of this table. |
