Changeset e0de6ef in rtems
- Timestamp:
- 04/22/97 20:19:12 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0a6fb22
- Parents:
- f2545552
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/headers/support.h
rf2545552 re0de6ef 85 85 #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 #define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ 88 TOD_MICROSECONDS_TO_TICKS(_ms) 87 89 88 90 #ifndef __RTEMS_APPLICATION__ -
c/src/exec/rtems/include/rtems/rtems/support.h
rf2545552 re0de6ef 85 85 #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 #define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ 88 TOD_MICROSECONDS_TO_TICKS(_ms) 87 89 88 90 #ifndef __RTEMS_APPLICATION__ -
cpukit/rtems/include/rtems/rtems/support.h
rf2545552 re0de6ef 85 85 #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ 86 86 TOD_MILLISECONDS_TO_TICKS(_ms) 87 #define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ 88 TOD_MICROSECONDS_TO_TICKS(_ms) 87 89 88 90 #ifndef __RTEMS_APPLICATION__
Note: See TracChangeset
for help on using the changeset viewer.