From 90e6d39f8e27a68ddb8ecfd3f5563eb61bb205d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 21 Jul 2009 19:27:44 +0000 Subject: 2009-07-21 Joel Sherrill * sapi/src/debug.c, score/include/rtems/debug.h: Rename _Debug_Is_enabled to rtems_is_debug_enabled. --- cpukit/score/include/rtems/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') 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 ); -- cgit v1.2.3