summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 19:27:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 19:27:44 +0000
commit90e6d39f8e27a68ddb8ecfd3f5563eb61bb205d4 (patch)
tree7532905fa4fb633de89e8c17b8962676220d4f6a /cpukit/score/include
parent2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-90e6d39f8e27a68ddb8ecfd3f5563eb61bb205d4.tar.bz2
2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/src/debug.c, score/include/rtems/debug.h: Rename _Debug_Is_enabled to rtems_is_debug_enabled.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index dddafec8a6..160491d359 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -67,7 +67,7 @@ void rtems_debug_disable (
* This routine returns TRUE if the requested debug level is
* enabled, and FALSE otherwise.
*/
-bool _Debug_Is_enabled(
+bool rtems_is_debug_enabled(
rtems_debug_control level
);