Mercurial > flash_v2
diff 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 |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/include/hal_intr.h +++ b/packages/hal/mips/arch/current/include/hal_intr.h @@ -495,6 +495,11 @@ CYG_MACRO_START CYG_MACRO_END #endif + +//-------------------------------------------------------------------------- +// Microsecond delay function provided in hal_misc.c +#define HAL_DELAY_US(n) hal_delay_us(n) + //-------------------------------------------------------------------------- #endif // ifndef CYGONCE_HAL_HAL_INTR_H // End of hal_intr.h
