Mercurial > nand-ecoscentric
diff packages/hal/i386/linux/current/include/pkgconf/hal_i386_linux.h @ 8:ece80412419a ecos-sw-1999-05-21
Merge from eCos master repository on 1999-05-21-22:05:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 May 1999 15:09:30 +0000 |
| parents | 443894e2e912 |
| children | 641b639be825 |
line wrap: on
line diff
--- a/packages/hal/i386/linux/current/include/pkgconf/hal_i386_linux.h +++ b/packages/hal/i386/linux/current/include/pkgconf/hal_i386_linux.h @@ -73,6 +73,12 @@ #define CYGHWR_HAL_I386_LINUX_STARTUP ram #undef CYGSEM_HAL_I386_LINUX_REAL_TIME +// Real-time clock/counter specifics + +#define CYGNUM_HAL_RTC_NUMERATOR 1000000000 +#define CYGNUM_HAL_RTC_DENOMINATOR 100 +#define CYGNUM_HAL_RTC_PERIOD 10000 + /* -------------------------------------------------------------------*/ #endif /* CYGONCE_PKGCONF_HAL_I386_LINUX_H */ /* EOF hal_i386_linux.h */
