comparison packages/hal/mips/arch/current/include/hal_intr.h @ 143:6b5f480c6929 ecos-sw-2000-12-08

Merge from eCos master repository on 2000-12-08-02:09:36-GMT
author jlarmour
date Fri, 08 Dec 2000 03:30:06 +0000
parents 518f42066aba
children 25e238959bae
comparison
equal deleted inserted replaced
142:12eccf9656f3 143:6b5f480c6929
493 HAL_CLOCK_READ(&_cval_); \ 493 HAL_CLOCK_READ(&_cval_); \
494 *(_pvalue_) = _cval_ - cyg_hal_clock_period; \ 494 *(_pvalue_) = _cval_ - cyg_hal_clock_period; \
495 CYG_MACRO_END 495 CYG_MACRO_END
496 #endif 496 #endif
497 497
498
499 //--------------------------------------------------------------------------
500 // Microsecond delay function provided in hal_misc.c
501 #define HAL_DELAY_US(n) hal_delay_us(n)
502
498 //-------------------------------------------------------------------------- 503 //--------------------------------------------------------------------------
499 #endif // ifndef CYGONCE_HAL_HAL_INTR_H 504 #endif // ifndef CYGONCE_HAL_HAL_INTR_H
500 // End of hal_intr.h 505 // End of hal_intr.h