summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/cvme961/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:25:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-28 13:25:55 +0000
commitcbb5fc7072ce7c9f691c8d6ef3560245fab2a643 (patch)
treea7adf633d6b894d578aaa6c5a105e12bd962b2b0 /c/src/lib/libbsp/i960/cvme961/include/bsp.h
parent2001-09-27 Jiri Gaisler <jiri@gaisler.com> (diff)
downloadrtems-cbb5fc7072ce7c9f691c8d6ef3560245fab2a643.tar.bz2
2001-09-27 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Renamed delay() to rtems_bsp_delay(). * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
Diffstat (limited to 'c/src/lib/libbsp/i960/cvme961/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/i960/cvme961/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i960/cvme961/include/bsp.h b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
index 91e93a91cf..b914deeb31 100644
--- a/c/src/lib/libbsp/i960/cvme961/include/bsp.h
+++ b/c/src/lib/libbsp/i960/cvme961/include/bsp.h
@@ -71,7 +71,7 @@ extern "C" {
* This is very dependent on the clock speed of the target.
*/
-#define delay( microseconds ) \
+#define rtems_bsp_delay( microseconds ) \
{ register rtems_unsigned32 _delay=(microseconds); \
register rtems_unsigned32 _tmp = 0; /* initialized to avoid warning */ \
asm volatile( "0: \