From e0de6ef3ad4226a91c024823e33dd45c8cb306b7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Apr 1997 20:19:12 +0000 Subject: promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK. --- c/src/exec/rtems/headers/support.h | 2 ++ c/src/exec/rtems/include/rtems/rtems/support.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'c/src/exec/rtems') diff --git a/c/src/exec/rtems/headers/support.h b/c/src/exec/rtems/headers/support.h index b4f2a5a061..d5c9c494a0 100644 --- a/c/src/exec/rtems/headers/support.h +++ b/c/src/exec/rtems/headers/support.h @@ -84,6 +84,8 @@ extern "C" { TOD_MILLISECONDS_TO_MICROSECONDS(_ms) #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ TOD_MILLISECONDS_TO_TICKS(_ms) +#define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ + TOD_MICROSECONDS_TO_TICKS(_ms) #ifndef __RTEMS_APPLICATION__ #include diff --git a/c/src/exec/rtems/include/rtems/rtems/support.h b/c/src/exec/rtems/include/rtems/rtems/support.h index b4f2a5a061..d5c9c494a0 100644 --- a/c/src/exec/rtems/include/rtems/rtems/support.h +++ b/c/src/exec/rtems/include/rtems/rtems/support.h @@ -84,6 +84,8 @@ extern "C" { TOD_MILLISECONDS_TO_MICROSECONDS(_ms) #define RTEMS_MILLISECONDS_TO_TICKS(_ms) \ TOD_MILLISECONDS_TO_TICKS(_ms) +#define RTEMS_MICROSECONDS_TO_TICKS(_ms) \ + TOD_MICROSECONDS_TO_TICKS(_ms) #ifndef __RTEMS_APPLICATION__ #include -- cgit v1.2.3